Sdílet prostřednictvím


SecurityAlgorithmSuite.IsEncryptionAlgorithmSupported(String) Metoda

Definice

Určuje, jestli je podporován š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ý se má zkontrolovat.

Návraty

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

Poznámky

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

Platí pro