19 references to SafeEvpPKeyHandle
System.Security.Cryptography (18)
artifacts\obj\System.Security.Cryptography\Debug\net10.0\System.Security.Cryptography.notsupported.cs (18)
984
public DSAOpenSsl(System.Security.Cryptography.
SafeEvpPKeyHandle
pkeyHandle) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
986
public System.Security.Cryptography.
SafeEvpPKeyHandle
DuplicateKeyHandle() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
1224
public ECDiffieHellmanOpenSsl(System.Security.Cryptography.
SafeEvpPKeyHandle
pkeyHandle) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
1226
public System.Security.Cryptography.
SafeEvpPKeyHandle
DuplicateKeyHandle() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
1382
public ECDsaOpenSsl(System.Security.Cryptography.
SafeEvpPKeyHandle
pkeyHandle) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
1383
public System.Security.Cryptography.
SafeEvpPKeyHandle
DuplicateKeyHandle() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
2025
public MLDsaOpenSsl(System.Security.Cryptography.
SafeEvpPKeyHandle
pkeyHandle) : base (default(System.Security.Cryptography.MLDsaAlgorithm)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
2027
public System.Security.Cryptography.
SafeEvpPKeyHandle
DuplicateKeyHandle() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
2140
public MLKemOpenSsl(System.Security.Cryptography.
SafeEvpPKeyHandle
pkeyHandle) : base (default(System.Security.Cryptography.MLKemAlgorithm)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
2143
public System.Security.Cryptography.
SafeEvpPKeyHandle
DuplicateKeyHandle() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
2632
public RSAOpenSsl(System.Security.Cryptography.
SafeEvpPKeyHandle
pkeyHandle) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
2633
public System.Security.Cryptography.
SafeEvpPKeyHandle
DuplicateKeyHandle() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
2724
public System.Security.Cryptography.
SafeEvpPKeyHandle
DuplicateHandle() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
2730
public static System.Security.Cryptography.
SafeEvpPKeyHandle
OpenKeyFromProvider(string providerName, string keyUri) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
2736
public static System.Security.Cryptography.
SafeEvpPKeyHandle
OpenPrivateKeyFromEngine(string engineName, string keyId) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
2742
public static System.Security.Cryptography.
SafeEvpPKeyHandle
OpenPublicKeyFromEngine(string engineName, string keyId) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
3119
public SlhDsaOpenSsl(System.Security.Cryptography.
SafeEvpPKeyHandle
pkeyHandle) : base (default(System.Security.Cryptography.SlhDsaAlgorithm)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
3121
public System.Security.Cryptography.
SafeEvpPKeyHandle
DuplicateKeyHandle() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
System.Security.Cryptography.OpenSsl (1)
System.Security.Cryptography.OpenSsl.cs (1)
8
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
SafeEvpPKeyHandle
))]