CngAlgorithm.Sha1 Vlastnost

Definice

Získá nový CngAlgorithm objekt, který určuje algoritmus Secure Hash Algoritmus 1 (SHA-1).

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

Hodnota vlastnosti

CngAlgorithm

Objekt, který určuje algoritmus SHA-1.

Poznámky

Kvůli problémům s kolizemi s SHA-1 microsoft doporučuje SHA-256.

Platí pro