estructura SCHANNEL_CERT_HASH_STORE (schannel.h)

Contiene los datos del almacén hash del certificado que Schannel usa en modo kernel.

Sintaxis

typedef struct _SCHANNEL_CERT_HASH_STORE {
  DWORD      dwLength;
  DWORD      dwFlags;
  HCRYPTPROV hProv;
  BYTE       ShaHash[20];
  WCHAR      pwszStoreName[SCH_CRED_MAX_STORE_NAME_SIZE];
} SCHANNEL_CERT_HASH_STORE, *PSCHANNEL_CERT_HASH_STORE;

Miembros

dwLength

Tamaño, en bytes, de esta estructura.

dwFlags

Contiene marcas de bits que controlan el comportamiento de Schannel. Este miembro puede ser cero o el valor siguiente.

Valor Significado
SCH_MACHINE_CERT_HASH
0x00000001
Hash de certificado del equipo.

hProv

Identificador del proveedor de criptografía.

ShaHash[20]

Algoritmo hash seguro.

pwszStoreName[SCH_CRED_MAX_STORE_NAME_SIZE]

Puntero al tamaño del nombre del almacén.

Requisitos

Requisito Value
Cliente mínimo compatible Windows 7 [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2008 [solo aplicaciones de escritorio]
Encabezado schannel.h