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