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