Share via


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

プロパティ値

作成された証明書または証明書要求のサブジェクトとして使用する X.500 識別名。

適用対象