Hash.SHA256 Proprietà

Definizione

Ottiene il valore hash SHA256 per l'assembly.

public:
 property cli::array <System::Byte> ^ SHA256 { cli::array <System::Byte> ^ get(); };
public byte[] SHA256 { get; }
member this.SHA256 : byte[]
Public ReadOnly Property SHA256 As Byte()

Valore della proprietà

Byte[]

Matrice di byte che rappresenta il valore hash SHA256 per l'assembly.

Commenti

L'assembly specificato nel Hash costruttore fornisce i byte per il calcolo hash.

Si applica a