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
。