X509CertificateBuilderSubjectName Property

Gets or sets subject of the certificate. If this is self-signed certificate, subject will be copied to issuer field.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public X500DistinguishedName SubjectName { get; set; }

Property Value

X500DistinguishedName

See Also