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 可分辨名称。

适用于