SecurityKeyElement.IsSupportedAlgorithm(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个值,该值指示此键是否支持指定的算法。
public:
override bool IsSupportedAlgorithm(System::String ^ algorithm);
public override bool IsSupportedAlgorithm (string algorithm);
override this.IsSupportedAlgorithm : string -> bool
Public Overrides Function IsSupportedAlgorithm (algorithm As String) As Boolean
参数
- algorithm
- String
要检查的算法。
返回
如果此密钥支持对称密钥换行算法,则为 true
;否则为 false
。