5 references to IsSupported
System.Security.Cryptography (5)
src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (1)
42
public static bool IsSupported => MLKemImplementation.
IsSupported
;
System\Security\Cryptography\MLKemImplementation.OpenSsl.cs (4)
32
Debug.Assert(
IsSupported
);
40
Debug.Assert(
IsSupported
);
49
Debug.Assert(
IsSupported
);
58
Debug.Assert(
IsSupported
);