Compartilhar via


SecurityAlgorithmSuite.IsSymmetricKeyWrapAlgorithmSupported(String) Método

Definição

Indica se um algoritmo de encapsulamento de chave simétrica tem suporte.

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

Parâmetros

algorithm
String

O nome do algoritmo a ser verificado.

Retornos

Boolean

true se o algoritmo de encapsulamento de chave simétrica tem suporte; caso contrário, false.

Aplica-se a