SecurityAlgorithmSuite.IsEncryptionKeyDerivationAlgorithmSupported Método

Definição

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

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

Parâmetros

algorithm
String

O nome do algoritmo a verificar.

Devoluções

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

Aplica-se a