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

Le nom de l'algorithme à vérifier.

Retours

Boolean

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

Remarques

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

S’applique à