2 types derived from ECDiffieHellman
System.Security.Cryptography (2)
artifacts\obj\System.Security.Cryptography\Debug\net10.0\System.Security.Cryptography.notsupported.cs (2)
1125
public sealed partial class ECDiffieHellmanCng : System.Security.Cryptography.
ECDiffieHellman
1193
public sealed partial class ECDiffieHellmanOpenSsl : System.Security.Cryptography.
ECDiffieHellman
11 references to ECDiffieHellman
netstandard (1)
netstandard.cs (1)
1872
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
ECDiffieHellman
))]
System.Core (1)
System.Core.cs (1)
218
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
ECDiffieHellman
))]
System.Security.Cryptography (8)
artifacts\obj\System.Security.Cryptography\Debug\net10.0\System.Security.Cryptography.notsupported.cs (8)
1107
public static new System.Security.Cryptography.
ECDiffieHellman
Create() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
1109
public static System.Security.Cryptography.
ECDiffieHellman
Create(System.Security.Cryptography.ECCurve curve) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
1111
public static System.Security.Cryptography.
ECDiffieHellman
Create(System.Security.Cryptography.ECParameters parameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
1114
public static new System.Security.Cryptography.
ECDiffieHellman
? Create(string algorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
3421
public System.Security.Cryptography.
ECDiffieHellman
? GetECDiffieHellmanPublicKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
3743
public System.Security.Cryptography.X509Certificates.X509Certificate2 CopyWithPrivateKey(System.Security.Cryptography.
ECDiffieHellman
privateKey) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
3767
public System.Security.Cryptography.
ECDiffieHellman
? GetECDiffieHellmanPrivateKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
3768
public System.Security.Cryptography.
ECDiffieHellman
? GetECDiffieHellmanPublicKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
System.Security.Cryptography.Algorithms (1)
System.Security.Cryptography.Algorithms.cs (1)
22
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
ECDiffieHellman
))]