GetVaultInfo Method
Retrieves vault details.
Syntax
[VB.NET] Public Sub GetVaultInfo(ByVal VaultName As String)
[C#] public void GetVaultInfo(string vaultName);
Remarks
This method gets information about the vault specified by VaultName. The Vaults property will be populated with the results. The following fields are populated:
NOTE: This method has a corresponding asynchronous version (GetVaultInfoAsync) for use in the WinRT environment.