次の方法で共有


SecurityKey.IsSupportedAlgorithm(String) メソッド

定義

派生クラスでオーバーライドされた場合は、指定したアルゴリズムがこのクラスでサポートされるかどうかを示す値を取得します。

public:
 abstract bool IsSupportedAlgorithm(System::String ^ algorithm);
public abstract bool IsSupportedAlgorithm (string algorithm);
abstract member IsSupportedAlgorithm : string -> bool
Public MustOverride Function IsSupportedAlgorithm (algorithm As String) As Boolean

パラメーター

algorithm
String

暗号アルゴリズム。

戻り値

このクラスで指定のアルゴリズムがサポートされる場合は true。それ以外の場合は false

適用対象