AddRecipientCertAsync Method
Used to add recipient certificates used to encrypt messages.
Syntax
[VB.NET] Public Function AddRecipientCertAsync(ByVal CertEncoded As String) As Task
[C#] public Task AddRecipientCertAsync(byte[] certEncoded);
IP*Works! Encrypt V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
AddRecipientCertAsync MethodUsed to add recipient certificates used to encrypt messages. Syntax[VB.NET] Public Function AddRecipientCertAsync(ByVal CertEncoded As String) As Task [C#] public Task AddRecipientCertAsync(byte[] certEncoded); RemarksThis method is the asynchronous version of the AddRecipientCert method and is used to support asynchronous operations in WinRT. Please refer to AddRecipientCert for more information. |
||