4 references to IsSupported
System.Security.Cryptography (4)
System\Security\Cryptography\X25519DiffieHellman.cs (1)
53public static bool IsSupported => X25519DiffieHellmanImplementation.IsSupported;
System\Security\Cryptography\X25519DiffieHellmanImplementation.OpenSsl.cs (3)
81Debug.Assert(IsSupported); 89Debug.Assert(IsSupported); 97Debug.Assert(IsSupported);