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             = 0,
  fpcCredentialsDelegationOnceForConnection   = 1,
  fpcCredentialsDelegationForEachRequest      = 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 7 or Windows Vista.
Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
Header

Declared in Comenum.h.

See Also

Enumerated Types

Send comments about this topic to Microsoft

Build date: 6/30/2010