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

예외

algorithmnull입니다.

적용 대상