SecurityAlgorithmSuite.IsEncryptionAlgorithmSupported(String) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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.