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