Compartilhar via


SecurityAlgorithmSuite.IsEncryptionAlgorithmSupported(String) Método

Definição

Indica se há suporte para um algoritmo de criptografia.

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

Parâmetros

algorithm
String

O nome do algoritmo a ser verificado.

Retornos

true se houver suporte para o algoritmo de criptografia; caso contrário, false.

Comentários

algorithm é comparado com a cadeia de caracteres retornada de DefaultEncryptionAlgorithm.

Aplica-se a