3 writes to m_distinguishedName
System (3)
security\system\security\cryptography\x509\x500Name.cs (3)
48
m_distinguishedName
= distinguishedName.Name;
54
m_distinguishedName
= distinguishedName;
64
m_distinguishedName
= Decode(X500DistinguishedNameFlags.Reversed);
2 references to m_distinguishedName
System (2)
security\system\security\cryptography\x509\x500Name.cs (2)
63
if (
m_distinguishedName
== null)
65
return
m_distinguishedName
;