SecurityAlgorithmSuite.IsSignatureKeyDerivationAlgorithmSupported Méthode

Définition

Indique si un algorithme de dérivation de clé de signature est pris en charge.

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

Paramètres

algorithm
String

Le nom de l'algorithme à vérifier.

Retours

Boolean

true si l'algorithme de dérivation de clé de signature est pris en charge ; sinon, false.

S’applique à