X509CertificateBuilderSubjectName Property |
Gets or sets subject of the certificate. If this is self-signed certificate, subject will be copied to
issuer field.
Namespace:
SysadminsLV.PKI.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public X500DistinguishedName SubjectName { get; set; }
Public Property SubjectName As X500DistinguishedName
Get
Set
public:
property X500DistinguishedName^ SubjectName {
X500DistinguishedName^ get ();
void set (X500DistinguishedName^ value);
}
member SubjectName : X500DistinguishedName with get, set
Property Value
Type:
X500DistinguishedNameSee Also