Expand Minimize
1 out of 1 rated this helpful - Rate this topic

SecPkgContext_ClientCreds structure

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

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Credssp.h

See also

QueryContextAttributes (CredSSP)

 

 

Send comments about this topic to Microsoft

Build date: 1/2/2013

Community Additions

ADD
© 2013 Microsoft. All rights reserved.