Freigeben über


SecurityAlgorithmSuite.IsSymmetricKeyWrapAlgorithmSupported(String) Methode

Definition

Gibt an, ob ein symmetrischer Key Wrap-Algorithmus unterstützt wird.

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

Parameter

algorithm
String

Der zu prüfende Algorithmusname.

Gibt zurück

Boolean

true, wenn der symmetrische Key Wrap-Algorithmus unterstützt wird, andernfalls false.

Gilt für