3 references to SupportsAny
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.cs (1)
43internal static bool SupportsAny() => MLDsaImplementation.SupportsAny();
src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (1)
76public static bool IsSupported { get; } = MLDsaImplementation.SupportsAny();
System\Security\Cryptography\MLDsaImplementation.OpenSsl.cs (1)
26Debug.Assert(SupportsAny());