FpcCredentialsDelegationPersistence enumeration

Applies to: desktop apps only

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

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

Header

Comenum.h

See also

Enumerated Types

 

 

Build date: 7/12/2010