SecurityAlgorithmSuite.IsDigestAlgorithmSupported(String) Metoda

Definice

Určuje, jestli je podporovaný algoritmus hash.

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

Parametry

algorithm
String

Název algoritmu, který chcete zkontrolovat.

Návraty

Boolean

true je-li algoritmus digest podporován; falsev opačném případě .

Poznámky

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

Platí pro