6 references to IsAlgorithmSupported
System.Security.Cryptography (6)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsa.cs (6)
377/// The platform does not support the specified Composite ML-DSA algorithm. Callers can use <see cref="IsAlgorithmSupported" /> 677if (!IsAlgorithmSupported(algorithm)) 875if (!IsAlgorithmSupported(algorithm)) 923/// The platform does not support the specified Composite ML-DSA algorithm. Callers can use <see cref="IsAlgorithmSupported" /> 973/// The platform does not support the specified Composite ML-DSA algorithm. Callers can use <see cref="IsAlgorithmSupported" /> 1988if (!IsSupported || !IsAlgorithmSupported(algorithm))