SecurityAlgorithmSuite.IsAsymmetricKeyWrapAlgorithmSupported(String) Metod

Definition

Anger om en asymmetrisk nyckelomslutningsalgoritm stöds.

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

Parametrar

algorithm
String

Algoritmen som ska kontrolleras.

Returer

trueom den asymmetriska nyckelomslutningsalgoritmen stöds; annars . false

Kommentarer

algorithm hämtar jämfört med strängen som returneras från DefaultAsymmetricKeyWrapAlgorithm.

Gäller för