Skip to content

Latest commit

 

History

History
83 lines (61 loc) · 2.58 KB

nf-tokenbinding-tokenbindinggetkeytypesclient.md

File metadata and controls

83 lines (61 loc) · 2.58 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:tokenbinding.TokenBindingGetKeyTypesClient
TokenBindingGetKeyTypesClient function (tokenbinding.h)
Retrieves a list of the key types that the client device supports.
TokenBindingGetKeyTypesClient
TokenBindingGetKeyTypesClient function [Security]
security.tokenbindinggetkeytypesclient
tokenbinding/TokenBindingGetKeyTypesClient
security\tokenbindinggetkeytypesclient.htm
security
583687B6-5A87-4616-A5EE-4FECFF06749E
12/05/2018
TokenBindingGetKeyTypesClient, TokenBindingGetKeyTypesClient function [Security], security.tokenbindinggetkeytypesclient, tokenbinding/TokenBindingGetKeyTypesClient
tokenbinding.h
Windows
Windows 10 [desktop apps only]
Windows Server 2016 [desktop apps only]
Tokenbinding.lib
Tokenbinding.dll
Windows
19H1
TokenBindingGetKeyTypesClient
tokenbinding/TokenBindingGetKeyTypesClient
c++
APIRef
kbSyntax
DllExport
tokenbinding.dll
TokenBindingGetKeyTypesClient

TokenBindingGetKeyTypesClient function

-description

Retrieves a list of the key types that the client device supports.

-parameters

-param keyTypes [out]

A pointer to a buffer that contains the list of key types that the client device supports. TokenBindingGetKeyTypesClient returns the string identifiers for well-known algorithms that correspond to the keys that the client device supports. Use HeapAlloc to allocate the memory for the buffer, and HeapFree to free that memory.

-returns

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

-remarks

You can call TokenBindingGetKeyTypesClient from user mode.

-see-also

HeapAlloc

HeapFree

TOKENBINDING_KEY_TYPES

TokenBindingGetKeyTypesServer