Compartilhar via


SecurityAlgorithmSuite.IsSignatureKeyDerivationAlgorithmSupported Método

Definição

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

public:
 virtual bool IsSignatureKeyDerivationAlgorithmSupported(System::String ^ algorithm);
public virtual bool IsSignatureKeyDerivationAlgorithmSupported (string algorithm);
abstract member IsSignatureKeyDerivationAlgorithmSupported : string -> bool
override this.IsSignatureKeyDerivationAlgorithmSupported : string -> bool
Public Overridable Function IsSignatureKeyDerivationAlgorithmSupported (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 assinatura tiver suporte; caso contrário, false.

Aplica-se a