Compartilhar via


SecurityAlgorithmSuite.IsEncryptionKeyDerivationAlgorithmSupported Método

Definição

Indica se um algoritmo de derivação de chave de criptografia tem suporte.

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 ser verificado.

Retornos

Boolean

true se o algoritmo de derivação de chave de criptografia tiver suporte; caso contrário, false.

Aplica-se a