SecurityAlgorithmSuite.IsSymmetricKeyWrapAlgorithmSupported(String) Método

Definición

Indica si se admite un algoritmo de encapsulado de claves simétrico.

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

El nombre del algoritmo que se va a comprobar.

Devoluciones

Boolean

true si se admite el algoritmo simétrico de encapsulado de claves; de lo contrario, false.

Se aplica a