X509Certificate.Subject 屬性

定義

取得憑證的主旨辨別名稱。

public:
 property System::String ^ Subject { System::String ^ get(); };
public string Subject { get; }
member this.Subject : string
Public ReadOnly Property Subject As String

屬性值

憑證的主旨辨別名稱。

例外狀況

憑證控制代碼無效。

適用於