1 implementation of X500DistinguishedNameEncode
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslX509Encoder.cs (1)
50
public byte[]
X500DistinguishedNameEncode
(string distinguishedName, X500DistinguishedNameFlags flag)
1 reference to X500DistinguishedNameEncode
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X500DistinguishedName.cs (1)
94
return X509Pal.Instance.
X500DistinguishedNameEncode
(distinguishedName, flags);