Udostępnij za pośrednictwem


SecurityAlgorithmSuite.IsSymmetricKeyWrapAlgorithmSupported(String) Metoda

Definicja

Wskazuje, czy algorytm zawijania klucza symetrycznego jest obsługiwany.

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

Parametry

algorithm
String

Nazwa algorytmu do sprawdzenia.

Zwraca

Boolean

true jeśli algorytm zawijania klucza symetrycznego jest obsługiwany; w przeciwnym razie , false.

Dotyczy