SecPkgCredentials_KdcProxySettingsW structure (sspi.h)

Specifies the Kerberos proxy settings for the credentials.

Syntax

typedef struct _SecPkgCredentials_KdcProxySettingsW {
  ULONG  Version;
  ULONG  Flags;
  USHORT ProxyServerOffset;
  USHORT ProxyServerLength;
  USHORT ClientTlsCredOffset;
  USHORT ClientTlsCredLength;
} SecPkgCredentials_KdcProxySettingsW, *PSecPkgCredentials_KdcProxySettingsW;

Members

Version

Version for the Kerberos proxy settings where KDC_PROXY_SETTINGS_V1 is defined as 1.

Flags

Flags for the Kerberos proxy settings.

ProxyServerOffset

The offset of the proxy server. This member is optional.

ProxyServerLength

Length of the proxy server.

ClientTlsCredOffset

The offset of the client credentials. This member is optional.

ClientTlsCredLength

Length of the client credentials.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2003 R2 [desktop apps only]
Header sspi.h