GenerateCSRAsync Method
Generates a new CSR to be sent to a signing authority.
Syntax
[VB.NET] Public Function GenerateCSRAsync(ByVal CertSubject As String, ByVal KeyName As String) As IAsyncOperation<string>
[C#] public IAsyncOperation<string> GenerateCSRAsync(string certSubject, string keyName);