Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 815 Bytes

certificaterequestproperties_subject.md

File metadata and controls

26 lines (17 loc) · 815 Bytes
-api-id -api-type
P:Windows.Security.Cryptography.Certificates.CertificateRequestProperties.Subject
winrt property

Windows.Security.Cryptography.Certificates.CertificateRequestProperties.Subject

-description

Gets or sets the subject name.

-property-value

The X.500 distinguished name (DN).

-remarks

This value is an X.500 distinguished name (DN). This can be a full DN string that contains one or more relative distinguished names (RDNs) in the format of "CN=;OU=,..", or the subject name can be a simple string that contains the common name (CN) component of the full DN.

-examples

[!code-csharpShowSubjectName]

-see-also