ImportSignedCSRAsync Method
Imports a signed CSR.
Syntax
[VB.NET] Public Function ImportSignedCSRAsync(ByVal SignedCSR As String, ByVal KeyName As String) As Task
[C#] public Task ImportSignedCSRAsync(byte[] signedCSR, string keyName);
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ImportSignedCSRAsync MethodImports a signed CSR. Syntax[VB.NET] Public Function ImportSignedCSRAsync(ByVal SignedCSR As String, ByVal KeyName As String) As Task [C#] public Task ImportSignedCSRAsync(byte[] signedCSR, string keyName); RemarksThis method is the asynchronous version of the ImportSignedCSR method and is used to support asynchronous operations in WinRT. Please refer to ImportSignedCSR for more information. |
||