The CredentialsDelegationPersistence property gets or sets a value from the FpcCredentialsDelegationPersistence enumerated type that specifies whether delegated credentials will be sent to the published server for each request or for only one request during a connection.
HRESULT put_CredentialsDelegationPersistence( FpcCredentialsDelegationPersistence CredentialsDelegationPersistence ); HRESULT get_CredentialsDelegationPersistence( FpcCredentialsDelegationPersistence* pCredentialsDelegationPersistence );
Pointer to a variable that on return receives a value from the FpcCredentialsDelegationPersistence enumerated type specifying whether delegated credentials will be sent to the published server for each request or for only one request during a connection.
Value from the FpcCredentialsDelegationPersistence enumerated type that specifies whether delegated credentials will be sent to the published server for each request or for only one request during a connection.
These property methods return S_OK if the call is successful; otherwise, they return an error code.
Property CredentialsDelegationPersistence As FpcCredentialsDelegationPersistence
Value from the FpcCredentialsDelegationPersistence enumerated type that specifies whether delegated credentials will be sent to the published server for each request or for only one request during a connection.
This property is read/write. Its default value is fpcCredentialsDelegationDefault.
This property is applicable only if the CredentialsDelegationType property is set to fpcDelegationBasic, for which credentials for Basic authentication may be forwarded to the published server, or to fpcDelegationSPNEGO, for which delegation using the Simple and Protected Negotiation (SPNEGO) protocol is allowed.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
IDL |
Declared in Msfpccom.idl. |
DLL |
Requires Msfpccom.dll. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.