Expand Minimize
This topic has not yet been rated - Rate this topic

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

Winefs.h (include Windows.h)

Library

Advapi32.lib

DLL

Advapi32.dll

See also

ENCRYPTION_CERTIFICATE_HASH_LIST
File Encryption
File Management Functions
QueryRecoveryAgentsOnEncryptedFile
QueryUsersOnEncryptedFile

 

 

Send comments about this topic to Microsoft

Build date: 4/16/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.