SecurityAlgorithmSuite.IsAsymmetricKeyWrapAlgorithmSupported(String) Método

Definição

Indica se um algoritmo de encapsulamento de chave assimétrica tem suporte.Indicates whether an asymmetric key wrap algorithm is supported.

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

Retornos

Boolean

true se o algoritmo de encapsulamento de chave assimétrica tem suporte; caso contrário, false.true if the asymmetric key wrap algorithm is supported; otherwise, false.

Comentários

algorithm é comparado com a cadeia de caracteres retornada de DefaultAsymmetricKeyWrapAlgorithm .algorithm gets compared to the string returned from DefaultAsymmetricKeyWrapAlgorithm.

Aplica-se a