SecurityAlgorithmSuite.IsSignatureKeyDerivationAlgorithmSupported Methode

Definitie

Hiermee wordt aangegeven of een algoritme voor handtekeningsleutels wordt ondersteund.

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

Parameters

algorithm
String

De naam van het algoritme dat moet worden gecontroleerd.

Retouren

true als het algoritme voor handtekeningsleutels wordt ondersteund; anders, false.

Van toepassing op