structure SCHANNEL_CERT_HASH (schannel.h)
Contient les données du magasin de hachage pour le certificat utilisé par Schannel.
Syntaxe
typedef struct _SCHANNEL_CERT_HASH {
DWORD dwLength;
DWORD dwFlags;
HCRYPTPROV hProv;
BYTE ShaHash[20];
} SCHANNEL_CERT_HASH, *PSCHANNEL_CERT_HASH;
Membres
dwLength
Taille, en octets, de cette structure.
dwFlags
Contient des indicateurs de bits qui contrôlent le comportement de Schannel. Ce membre peut être égal à zéro ou à la valeur suivante.
Valeur | Signification |
---|---|
|
Hachage de certificat de l’ordinateur. |
hProv
Gérez le fournisseur de chiffrement.
ShaHash[20]
Algorithme de hachage sécurisé.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 7 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau uniquement] |
En-tête | schannel.h |