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.
typedef enum FpcCredentialsDelegationPersistence { 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
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
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;
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.
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.
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.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.