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