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