共用方式為


SecurityAlgorithmSuite.IsSignatureKeyDerivationAlgorithmSupported 方法

定義

指出是否支援簽章金鑰衍生演算法。

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

參數

algorithm
String

要檢查的演算法名稱。

傳回

Boolean

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

適用於