SecurityAlgorithmSuite.IsEncryptionKeyDerivationAlgorithmSupported メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
暗号化キー派生アルゴリズムがサポートされているかどうかを示します。
public:
virtual bool IsEncryptionKeyDerivationAlgorithmSupported(System::String ^ algorithm);
public virtual bool IsEncryptionKeyDerivationAlgorithmSupported(string algorithm);
abstract member IsEncryptionKeyDerivationAlgorithmSupported : string -> bool
override this.IsEncryptionKeyDerivationAlgorithmSupported : string -> bool
Public Overridable Function IsEncryptionKeyDerivationAlgorithmSupported (algorithm As String) As Boolean
パラメーター
- algorithm
- String
確認対象のアルゴリズム名。
戻り値
暗号化キー派生アルゴリズムがサポートされている場合は true
、それ以外の場合は false
。