Partager via


SecurityAlgorithmSuite.IsEncryptionAlgorithmSupported(String) Méthode

Définition

Indique si un algorithme de chiffrement est pris en charge.

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

Paramètres

algorithm
String

Nom de l’algorithme à vérifier.

Retours

true si l’algorithme de chiffrement est pris en charge ; sinon, false.

Remarques

algorithm est comparé à la chaîne retournée par DefaultEncryptionAlgorithm.

S’applique à