VerifyPassphraseAsync Method
Verifies the passphrase of specified key.
Syntax
[VB.NET] Public Function VerifyPassphraseAsync(ByVal Passphrase As String) As Task<bool>
[C#] public Task<bool> VerifyPassphraseAsync(string passphrase);
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
VerifyPassphraseAsync MethodVerifies the passphrase of specified key. Syntax[VB.NET] Public Function VerifyPassphraseAsync(ByVal Passphrase As String) As Task<bool> [C#] public Task<bool> VerifyPassphraseAsync(string passphrase); RemarksThis method is the asynchronous version of the VerifyPassphrase method and is used to support asynchronous operations in WinRT. Please refer to VerifyPassphrase for more information. |
||