CngAlgorithm.Sha256 Eigenschap

Definitie

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

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

Waarde van eigenschap

Een object dat het SHA-256-algoritme aangeeft.

Van toepassing op