Certificate.Issuer 属性

定义

获取证书颁发者的公用名 (CN) 。

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

属性值

String

Platform::String

winrt::hstring

证书颁发者的公用名 (CN) 。

适用于