次の方法で共有


SecurityKeyElement.IsSupportedAlgorithm(String) メソッド

定義

指定したアルゴリズムがこのキーでサポートされるかどうか示す値を返します。

public:
 override bool IsSupportedAlgorithm(System::String ^ algorithm);
public override bool IsSupportedAlgorithm (string algorithm);
override this.IsSupportedAlgorithm : string -> bool
Public Overrides Function IsSupportedAlgorithm (algorithm As String) As Boolean

パラメーター

algorithm
String

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

戻り値

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

適用対象