CompositeMLDsa.IsAlgorithmSupported(CompositeMLDsaAlgorithm) Метод

Определение

Определяет, поддерживается ли указанный алгоритм текущей платформой.

public:
 static bool IsAlgorithmSupported(System::Security::Cryptography::CompositeMLDsaAlgorithm ^ algorithm);
public static bool IsAlgorithmSupported(System.Security.Cryptography.CompositeMLDsaAlgorithm algorithm);
static member IsAlgorithmSupported : System.Security.Cryptography.CompositeMLDsaAlgorithm -> bool
Public Shared Function IsAlgorithmSupported (algorithm As CompositeMLDsaAlgorithm) As Boolean

Параметры

algorithm
CompositeMLDsaAlgorithm

Проверка CompositeMLDsaAlgorithm поддержки.

Возвращаемое значение

true Значение , если алгоритм поддерживается; falseв противном случае .

Исключения

algorithm равно null.

Применяется к