SecurityAlgorithmSuite.IsEncryptionAlgorithmSupported(String) 方法

定义

指示是否支持加密算法。

public:
 virtual bool IsEncryptionAlgorithmSupported(System::String ^ algorithm);
public virtual bool IsEncryptionAlgorithmSupported (string algorithm);
abstract member IsEncryptionAlgorithmSupported : string -> bool
override this.IsEncryptionAlgorithmSupported : string -> bool
Public Overridable Function IsEncryptionAlgorithmSupported (algorithm As String) As Boolean

参数

algorithm
String

要检查的算法名称。

返回

如果支持加密算法,则为 true;否则为 false

注解

algorithm 与从 DefaultEncryptionAlgorithm 返回的字符串进行比较。

适用于