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です。

適用対象