Sdílet prostřednictvím


CngAlgorithm.Sha1 Vlastnost

Definice

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

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

Hodnota vlastnosti

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

Poznámky

Kvůli problémům s kolizí s SHA-1 doporučuje Microsoft SHA-256.

Platí pro