ReadCertificateAsync Method
Loads a certificate from a file.
Syntax
[VB.NET] Public Function ReadCertificateAsync(ByVal FileName As String) As Task
[C#] public Task ReadCertificateAsync(string fileName);
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ReadCertificateAsync MethodLoads a certificate from a file. Syntax[VB.NET] Public Function ReadCertificateAsync(ByVal FileName As String) As Task [C#] public Task ReadCertificateAsync(string fileName); RemarksThis method is the asynchronous version of the ReadCertificate method and is used to support asynchronous operations in WinRT. Please refer to ReadCertificate for more information. |
||