SecurityAlgorithmSuite.IsEncryptionAlgorithmSupported(String) Metoda

Definice

Označuje, jestli je podporovaný šifrovací algoritmus.

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

Název algoritmu, který chcete zkontrolovat.

Návraty

Boolean

truepokud je šifrovací algoritmus podporovaný; v opačném případě . false

Poznámky

algorithm se porovná s řetězcem vráceného z DefaultEncryptionAlgorithm.

Platí pro