SecurityAlgorithmSuite.IsSymmetricKeyWrapAlgorithmSupported(String) Methode

Definition

Gibt an, ob ein symmetrischer Schlüsselumbruchalgorithmus 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 überprüfende Algorithmusname.

Gibt zurück

truewenn der symmetrische Schlüsselumbruchalgorithmus unterstützt wird; andernfalls . false

Gilt für: