Partager via


SecurityAlgorithmSuite.IsSymmetricKeyWrapAlgorithmSupported(String) Méthode

Définition

Indique si un algorithme de chiffrement de clé de type WRAP de clé symétrique est pris en charge.

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

Paramètres

algorithm
String

Le nom de l'algorithme à vérifier.

Retours

Boolean

true si l’algorithme de chiffrement de clé de type WRAP de clé symétrique est pris en charge ; sinon, false.

S’applique à