X509CertificateRequestPkcs10Subject Property |
Gets textual form of 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 string Subject { get; }
Public ReadOnly Property Subject As String
Get
public:
property String^ Subject {
String^ get ();
}
member Subject : string with get
Property Value
Type:
StringSee Also