Udostępnij za pośrednictwem


SecurityAlgorithmSuite.IsEncryptionKeyDerivationAlgorithmSupported Metoda

Definicja

Wskazuje, czy algorytm wyprowadzania klucza szyfrowania jest obsługiwany.

public:
 virtual bool IsEncryptionKeyDerivationAlgorithmSupported(System::String ^ algorithm);
public virtual bool IsEncryptionKeyDerivationAlgorithmSupported (string algorithm);
abstract member IsEncryptionKeyDerivationAlgorithmSupported : string -> bool
override this.IsEncryptionKeyDerivationAlgorithmSupported : string -> bool
Public Overridable Function IsEncryptionKeyDerivationAlgorithmSupported (algorithm As String) As Boolean

Parametry

algorithm
String

Nazwa algorytmu do sprawdzenia.

Zwraca

Boolean

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

Dotyczy