FpcCredentialsDelegationPersistence Enumeration

The FpcCredentialsDelegationPersistence enumerated type contains values that specify whether delegated credentials will be sent to the published server for each request or for only one request during a connection.

Syntax

typedef enum FpcCredentialsDelegationPersistence {
  fpcCredentialsDelegationDefault
fpcCredentialsDelegationDefault

Delegated credentials will be sent to the published server for only one request during each connection when the NTLM authentication protocol is used, and for each request when Kerberos constrained delegation or credentials for Basic authentication are used.

			 = 0,
  fpcCredentialsDelegationOnceForConnection
fpcCredentialsDelegationOnceForConnection

Delegated credentials will be sent to the published server for only one request during each connection. This value is applicable only if the CredentialsDelegationType property of the Web publishing rule is set to fpcDelegationBasic or to fpcDelegationSPNEGO.

   = 1,
  fpcCredentialsDelegationForEachRequest
fpcCredentialsDelegationForEachRequest

Delegated credentials will be sent to the published server for each request. This value is applicable only if the CredentialsDelegationType property of the Web publishing rule is set to fpcDelegationBasic or to fpcDelegationSPNEGO.

	= 2
} FpcCredentialsDelegationPersistence;

Constants

fpcCredentialsDelegationDefault

Delegated credentials will be sent to the published server for only one request during each connection when the NTLM authentication protocol is used, and for each request when Kerberos constrained delegation or credentials for Basic authentication are used.

fpcCredentialsDelegationOnceForConnection

Delegated credentials will be sent to the published server for only one request during each connection. This value is applicable only if the CredentialsDelegationType property of the Web publishing rule is set to fpcDelegationBasic or to fpcDelegationSPNEGO.

fpcCredentialsDelegationForEachRequest

Delegated credentials will be sent to the published server for each request. This value is applicable only if the CredentialsDelegationType property of the Web publishing rule is set to fpcDelegationBasic or to fpcDelegationSPNEGO.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.