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

适用于