SecurityKey.IsSupportedAlgorithm(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中覆寫時,取得指出這個類別是否支援指定之演算法的值。
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
。