VerifyPassphrase Method
Verifies the passphrase of specified key.
Syntax
[VB.NET] Public Function VerifyPassphrase(ByVal Passphrase As String) As Boolean
[C#] public bool VerifyPassphrase(string passphrase);
Remarks
This method verifies the passphrase of the key specified by UserId.
If the password is correct, this method returns True; otherwise, this method returns False.
NOTE: This method has a corresponding asynchronous version (VerifyPassphraseAsync) for use in the WinRT environment.