X509Certificate.Issuer 屬性
定義
取得核發 X.509v3 憑證的憑證授權單位名稱。Gets the name of the certificate authority that issued the X.509v3 certificate.
public:
property System::String ^ Issuer { System::String ^ get(); };
public string Issuer { get; }
member this.Issuer : string
Public ReadOnly Property Issuer As String
屬性值
核發 X.509v3 憑證的憑證授權單位名稱。The name of the certificate authority that issued the X.509v3 certificate.
例外狀況
憑證控制代碼無效。The certificate handle is invalid.