Udostępnij za pośrednictwem


SecurityAlgorithmSuite.IsEncryptionAlgorithmSupported(String) Metoda

Definicja

Wskazuje, czy algorytm szyfrowania jest obsługiwany.

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

Parametry

algorithm
String

Nazwa algorytmu do sprawdzenia.

Zwraca

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

Uwagi

algorithm program jest porównywany z ciągiem zwróconym z DefaultEncryptionAlgorithmelementu .

Dotyczy