HashAlgorithmName.SHA1 Właściwość

Definicja

Pobiera nazwę algorytmu wyznaczania skrótu reprezentującą wartość "SHA1".

public:
 static property System::Security::Cryptography::HashAlgorithmName SHA1 { System::Security::Cryptography::HashAlgorithmName get(); };
public static System.Security.Cryptography.HashAlgorithmName SHA1 { get; }
member this.SHA1 : System.Security.Cryptography.HashAlgorithmName
Public Shared ReadOnly Property SHA1 As HashAlgorithmName

Wartość właściwości

HashAlgorithmName

Nazwa algorytmu wyznaczania skrótu reprezentująca wartość "SHA1".

Uwagi

Ze względu na problemy z kolizją z algorytmem SHA1 firma Microsoft zaleca model zabezpieczeń oparty na algorytmie SHA256 lub lepszym.

Dotyczy