Aracılığıyla paylaş


SecurityAlgorithmSuite.IsDigestAlgorithmSupported(String) Yöntem

Tanım

Özet algoritmasının desteklenip desteklenmediğini gösterir.

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

Parametreler

algorithm
String

Denetlenecek algoritma adı.

Döndürülenler

Boolean

true özet algoritması destekleniyorsa; aksi takdirde , false.

Açıklamalar

algorithm , 'den DefaultDigestAlgorithmdöndürülen dizeyle karşılaştırılır.

Şunlara uygulanır