1 implementation of X500DistinguishedNameDecode
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslX509Encoder.cs (1)
45public string X500DistinguishedNameDecode(byte[] encodedDistinguishedName, X500DistinguishedNameFlags flags)
1 reference to X500DistinguishedNameDecode
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X500DistinguishedName.cs (1)
60return X509Pal.Instance.X500DistinguishedNameDecode(RawData, flag);