NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

X509Certificate.GetIssuerName

Returns the name of the Certification Authority that issued the certificate.

[Visual Basic]
Overridable Public Function GetIssuerName() As String
[C#]
public virtual string GetIssuerName();
[C++]
public: virtual String* GetIssuerName();
[JScript]
public function GetIssuerName() : String;

Return Value

Returns a String representing the name of the Certification Authority.

See Also

X509Certificate Class | X509Certificate Members | System.Security.Cryptography.X509Certificates Namespace