CERT_HASHED_URL struttura (wincrypt.h)
La struttura CERT_HASHED_URL contiene un URL hash.
Sintassi
typedef struct _CERT_HASHED_URL {
CRYPT_ALGORITHM_IDENTIFIER HashAlgorithm;
CRYPT_HASH_BLOB Hash;
LPWSTR pwszUrl;
} CERT_HASHED_URL, *PCERT_HASHED_URL;
Members
HashAlgorithm
Struttura CRYPT_ALGORITHM_IDENTIFIER che specifica l'algoritmo hash usato per creare l'hash dell'URL.
Hash
Struttura CRYPT_HASH_BLOB contenente il valore hash.
pwszUrl
Indirizzo di una stringa Unicode con terminazione null contenente l'URL. Questo membro è facoltativo per i dati biometrici e può essere NULL.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Intestazione | wincrypt.h |