The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
FreeEncryptionCertificateHashList function
Frees a certificate hash list.
Syntax
void WINAPI FreeEncryptionCertificateHashList(
_In_ PENCRYPTION_CERTIFICATE_HASH_LIST pHashes
);
Parameters
- pHashes [in]
-
A pointer to a certificate hash list structure, ENCRYPTION_CERTIFICATE_HASH_LIST, which was returned by the QueryUsersOnEncryptedFile or QueryRecoveryAgentsOnEncryptedFile function.
Return value
This function does not return a value.
Remarks
ReFS: This function is not supported.
Requirements
|
Minimum supported client |
Windows XP Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
- ENCRYPTION_CERTIFICATE_HASH_LIST
- File Encryption
- File Management Functions
- QueryRecoveryAgentsOnEncryptedFile
- QueryUsersOnEncryptedFile
Show: