CERT_HASHED_URL structure (wincrypt.h)
The CERT_HASHED_URL structure contains a hashed URL.
Syntax
typedef struct _CERT_HASHED_URL {
CRYPT_ALGORITHM_IDENTIFIER HashAlgorithm;
CRYPT_HASH_BLOB Hash;
LPWSTR pwszUrl;
} CERT_HASHED_URL, *PCERT_HASHED_URL;
Members
HashAlgorithm
A CRYPT_ALGORITHM_IDENTIFIER structure that specifies the hash algorithm used to create the URL hash.
Hash
A CRYPT_HASH_BLOB structure that contains the hash value.
pwszUrl
The address of a null-terminated Unicode string that contains the URL. This member is optional for biometric data and may be NULL.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | wincrypt.h |