Freigeben über


SecurityAlgorithmSuite.IsAsymmetricKeyWrapAlgorithmSupported(String) Methode

Definition

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

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

Parameter

algorithm
String

Der zu prüfende Algorithmusname.

Gibt zurück

Boolean

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

Hinweise

algorithm wird mit der von DefaultAsymmetricKeyWrapAlgorithm zurückgegebenen Zeichenfolge verglichen.

Gilt für