SecurityAlgorithmSuite.IsSignatureKeyDerivationAlgorithmSupported Metoda

Definice

Určuje, jestli je podporovaný algoritmus odvození klíče podpisu.

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

Parametry

algorithm
String

Název algoritmu, který chcete zkontrolovat.

Návraty

Boolean

truepokud je podporovaný algoritmus odvození klíče podpisu; v opačném případě . false

Platí pro