共用方式為


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

適用於