共用方式為


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

要檢查的演算法名稱。

傳回

如果支援加密金鑰衍生演算法,則為 true,否則為 false

適用於