CompositeMLDsa.IsAlgorithmSupported(CompositeMLDsaAlgorithm) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したアルゴリズムが現在のプラットフォームでサポートされているかどうかを判断します。
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です。