ShowCertificateChainAsync Method
Show certificate chain.
Syntax
[VB.NET] Public Function ShowCertificateChainAsync() As Task<string>
[C#] public Task<string> ShowCertificateChainAsync();
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ShowCertificateChainAsync MethodShow certificate chain. Syntax[VB.NET] Public Function ShowCertificateChainAsync() As Task<string> [C#] public Task<string> ShowCertificateChainAsync(); RemarksThis method is the asynchronous version of the ShowCertificateChain method and is used to support asynchronous operations in WinRT. Please refer to ShowCertificateChain for more information. |
||