TokenBindingDeleteAllBindings function

Deletes all token binding keys that are associated with the calling user or app container.

Syntax


SECURITY_STATUS WINAPI TokenBindingDeleteAllBindings(void);

Parameters

This function has no parameters.

Return value

Returns a status code that indicates the success or failure of the function.

Remarks

You can call TokenBindingDeleteAllBindings from user mode.

Requirements

Minimum supported client

Windows 10 [desktop apps only]

Minimum supported server

Windows Server 2016 [desktop apps only]

Header

Tokenbinding.h

Library

Tokenbinding.lib

DLL

Tokenbinding.dll

See also

TokenBindingDeleteBinding
TokenBindingGenerateBinding

 

 

Show: