Compartilhar via


SecurityAlgorithmSuite.IsAsymmetricKeyWrapAlgorithmSupported(String) Método

Definição

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

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

Parâmetros

algorithm
String

O algoritmo a ser verificado.

Retornos

Boolean

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

Comentários

algorithm é comparado com a cadeia de caracteres retornada de DefaultAsymmetricKeyWrapAlgorithm.

Aplica-se a