Click or drag to resize

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; }

Property Value

Type: X500DistinguishedName
See Also