CertificateRequest.SubjectName 屬性

定義

取得要在建立之憑證或憑證要求中用作主體的 X.500 辨別名稱。

public:
 property System::Security::Cryptography::X509Certificates::X500DistinguishedName ^ SubjectName { System::Security::Cryptography::X509Certificates::X500DistinguishedName ^ get(); };
public System.Security.Cryptography.X509Certificates.X500DistinguishedName SubjectName { get; }
member this.SubjectName : System.Security.Cryptography.X509Certificates.X500DistinguishedName
Public ReadOnly Property SubjectName As X500DistinguishedName

屬性值

X500DistinguishedName

要在建立之憑證或憑證要求中用作主體的 X.500 辨別名稱。

適用於