3 references to IsSupported
System.Security.Cryptography (3)
System\Security\Cryptography\X25519DiffieHellman.cs (1)
53public static bool IsSupported => X25519DiffieHellmanImplementation.IsSupported;
System\Security\Cryptography\X25519DiffieHellmanImplementation.Windows.cs (2)
143Debug.Assert(IsSupported); 219Debug.Assert(IsSupported);