Share via


SecurityAlgorithmSuite.IsEncryptionAlgorithmSupported(String) メソッド

定義

暗号化アルゴリズムがサポートされているかどうかを示します。

public:
 virtual bool IsEncryptionAlgorithmSupported(System::String ^ algorithm);
public virtual bool IsEncryptionAlgorithmSupported (string algorithm);
abstract member IsEncryptionAlgorithmSupported : string -> bool
override this.IsEncryptionAlgorithmSupported : string -> bool
Public Overridable Function IsEncryptionAlgorithmSupported (algorithm As String) As Boolean

パラメーター

algorithm
String

確認対象のアルゴリズム名。

戻り値

暗号化アルゴリズムがサポートされている場合は true、それ以外の場合は false

注釈

algorithm が、DefaultEncryptionAlgorithm によって返される文字列と比較されます。

適用対象