1 implementation of X500DistinguishedNameFormat
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslX509Encoder.cs (1)
55public string X500DistinguishedNameFormat(byte[] encodedDistinguishedName, bool multiLine)
1 reference to X500DistinguishedNameFormat
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X500DistinguishedName.cs (1)
65return X509Pal.Instance.X500DistinguishedNameFormat(RawData, multiLine);