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