SecPkgCredentials_KdcProxySettings structure
Specifies the Kerberos proxy settings for the credentials.
Syntax
typedef struct _SecPkgCredentials_KdcProxySettings { ULONG Version; ULONG Flags; USHORT ProxyServerOffset; USHORT ProxyServerLength; USHORT ClientTlsCredOffset; USHORT ClientTlsCredLength; } SecPkgCredentials_KdcProxySettings, *PSecPkgCredentials_KdcProxySettings;
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
|
Minimum supported client |
None supported |
|---|---|
|
Minimum supported server |
Windows Server 2003 R2 [desktop apps only] |
|
Header |
|
|
Unicode and ANSI names |
SecPkgCredentials_KdcProxySettingsW (Unicode) |