X509CertificateRequestPkcs10SubjectName Property |
Gets the distinguished name of the request subject.
Namespace:
SysadminsLV.PKI.Cryptography.X509CertificateRequests
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public X500DistinguishedName SubjectName { get; protected set; }
Public Property SubjectName As X500DistinguishedName
Get
Protected Set
public:
property X500DistinguishedName^ SubjectName {
X500DistinguishedName^ get ();
protected: void set (X500DistinguishedName^ value);
}
member SubjectName : X500DistinguishedName with get, set
Property Value
Type:
X500DistinguishedNameSee Also