Certificate.Issuer Property

Definition

Gets the Common Name (CN) of the certificate issuer.

public:
 property Platform::String ^ Issuer { Platform::String ^ get(); };
winrt::hstring Issuer();
public string Issuer { get; }
var string = certificate.issuer;
Public ReadOnly Property Issuer As String

Property Value

String

Platform::String

winrt::hstring

The Common Name (CN) of the certificate issuer.

Applies to