Click or drag to resize

X509CertificateRequestSubjectDn Property

Note: This API is now obsolete.

Gets the distinguished name of the request subject.

Namespace:  System.Security.Cryptography.X509CertificateRequests
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
[ObsoleteAttribute("Use SubjectName instead.")]
public X500DistinguishedName SubjectDn { get; }

Property Value

Type: X500DistinguishedName
See Also