SecPkgContext_ClientCreds structure (credssp.h)
The SecPkgContext_ClientCreds structure specifies client credentials when calling the QueryContextAttributes (CredSSP) function.
This structure is supported only on the server.
Syntax
typedef struct _SecPkgContext_ClientCreds {
ULONG AuthBufferLen;
PUCHAR AuthBuffer;
} SecPkgContext_ClientCreds, *PSecPkgContext_ClientCreds;
Members
AuthBufferLen
The size, in characters, of the AuthBuffer buffer.
AuthBuffer
A pointer to a buffer that represents the client credentials.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | credssp.h |