SecurityAlgorithmSuite.IsEncryptionAlgorithmSupported(String) Método

Definição

Indica se um algoritmo de encriptação é suportado.

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 verificar.

Devoluções

true se o algoritmo de encriptação for suportado; caso contrário, false.

Observações

algorithm é comparado à cadeia devolvida de DefaultEncryptionAlgorithm.

Aplica-se a