SecurityAlgorithmSuite.IsAsymmetricKeyWrapAlgorithmSupported(String) Methode

Definitie

Geeft aan of een asymmetrisch sleutelterugloop-algoritme wordt ondersteund.

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

Parameters

algorithm
String

Het algoritme dat moet worden gecontroleerd.

Retouren

true als het algoritme voor asymmetrische sleutelterugloop wordt ondersteund; anders, false.

Opmerkingen

algorithm wordt vergeleken met de tekenreeks die wordt geretourneerd door DefaultAsymmetricKeyWrapAlgorithm.

Van toepassing op