CngAlgorithm.Sha1 Eigenschap

Definitie

Hiermee haalt u een nieuw CngAlgorithm object op dat het ALGORITME Secure Hash Algorithm 1 (SHA-1) aangeeft.

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

Waarde van eigenschap

Een object dat het SHA-1-algoritme aangeeft.

Opmerkingen

Vanwege conflictproblemen met SHA-1 raadt Microsoft SHA-256 aan.

Van toepassing op