Share via


SecurityAlgorithmSuite.IsEncryptionKeyDerivationAlgorithmSupported Méthode

Définition

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

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

Paramètres

algorithm
String

Le nom de l'algorithme à vérifier.

Retours

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

S’applique à