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