5 references to X500DistinguishedNameFlags
netstandard (1)
netstandard.cs (1)
1952
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.
X500DistinguishedNameFlags
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
862
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.
X500DistinguishedNameFlags
))]
System.Security.Cryptography (2)
artifacts\obj\System.Security.Cryptography\Debug\net10.0\System.Security.Cryptography.notsupported.cs (2)
3476
public X500DistinguishedName(string distinguishedName, System.Security.Cryptography.X509Certificates.
X500DistinguishedNameFlags
flag) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
3478
public string Decode(System.Security.Cryptography.X509Certificates.
X500DistinguishedNameFlags
flag) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
System.Security.Cryptography.X509Certificates (1)
System.Security.Cryptography.X509Certificates.cs (1)
15
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.
X500DistinguishedNameFlags
))]