[VB.NET]
Public Function SaveKeyringAsync(ByVal KeyringPath As String)AsTask
[C#]
public Task SaveKeyringAsync(string keyringPath);
Remarks
This method is the asynchronous version of the SaveKeyring method and is used to support asynchronous operations in WinRT. Please refer to SaveKeyring for more information.