Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Deletes the token binding key that is associated with the specified target string.
Syntax
SECURITY_STATUS TokenBindingDeleteBinding(
[in] PCWSTR targetURL
);
Parameters
[in] targetURL
The target string for which TokenBindingDeleteBinding should delete the associated token binding key.
Return value
Returns a status code that indicates the success or failure of the function.
Remarks
You can call TokenBindingDeleteBinding from user mode.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 [desktop apps only] |
| Minimum supported server | Windows Server 2016 [desktop apps only] |
| Target Platform | Windows |
| Header | tokenbinding.h |
| Library | Tokenbinding.lib |
| DLL | Tokenbinding.dll |