The certificate's subject name - the distinguished name of an X509 certificate.
'Declaration
<DataMemberAttribute(IsRequired=False,
EmitDefaultValue=False,
Order=4)>
Public Property SubjectName As String
'Usage
Dim instance As CertificateIdentifier
Dim value As String
instance.SubjectName = value
value = instance.SubjectName
[DataMember(IsRequired=false,
EmitDefaultValue=false,
Order=4)]
public string SubjectName {get; set;}
[DataMember(IsRequired=false,
EmitDefaultValue=false,
Order=4)]
public:
property String^ SubjectName {
String^ get();
void set ( String^ value);
}
Property Value
The distinguished name of an X509 certificate acording to the Abstract Syntax Notation One (ASN.1) syntax.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2