SecurityAlgorithmSuite.IsAsymmetricKeyWrapAlgorithmSupported(String) Méthode

Définition

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

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

Paramètres

algorithm
String

L'algorithme à vérifier

Retours

Boolean

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

Remarques

L'algorithm est comparé à la chaîne retournée par l'DefaultAsymmetricKeyWrapAlgorithm.

S’applique à