Hash.SHA256 Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la valeur de hachage SHA256 pour 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()
Valeur de propriété
- Byte[]
Tableau d'octets qui représente la valeur de hachage SHA256 pour l'assembly.
Remarques
L’assembly spécifié dans le Hash constructeur fournit les octets du calcul de hachage.