8 references to X500DistinguishedName
System.Net.Quic (2)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Crypto.cs (1)
123return new X500DistinguishedName(buf);
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Name.cs (1)
28return new X500DistinguishedName(buf);
System.Net.Security (2)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Crypto.cs (1)
123return new X500DistinguishedName(buf);
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Name.cs (1)
28return new X500DistinguishedName(buf);
System.Security.Cryptography (1)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Crypto.cs (1)
123return new X500DistinguishedName(buf);
System.Security.Cryptography.Pkcs (3)
Internal\Cryptography\Pal\AnyOS\AsnHelpers.cs (1)
23var name = new X500DistinguishedName(originator.IssuerAndSerialNumber.Value.Issuer.ToArray());
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (1)
449if (issuerDirectoryName != new X500DistinguishedName(requiredName.DirectoryName.Value.ToArray()).Name)
System\Security\Cryptography\Pkcs\SubjectIdentifier.cs (1)
81var name = new X500DistinguishedName(issuerNameSpan.ToArray());