SecurityAlgorithmSuite.IsEncryptionKeyDerivationAlgorithmSupported(String) Método

Definição

Indica se um algoritmo de derivação de chave de criptografia tem suporte.Indicates whether an encryption key derivation algorithm is supported.

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.The algorithm name to check.

Retornos

Boolean

true se o algoritmo de derivação de chave de criptografia tiver suporte; caso contrário, false.true if the encryption key derivation algorithm is supported; otherwise, false.

Aplica-se a