SecurityAlgorithmSuite.IsEncryptionKeyDerivationAlgorithmSupported 方法

定义

指示是否支持加密密钥派生算法。

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

参数

algorithm
String

要检查的算法名称。

返回

Boolean

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

适用于