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
" />
677
if (!
IsAlgorithmSupported
(algorithm))
875
if (!
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
" />
1988
if (!IsSupported || !
IsAlgorithmSupported
(algorithm))