CredentialsDelegationPersistence Property of the IFPCWebPublishingProperties2 Interface

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.

[C++]
HRESULT put_CredentialsDelegationPersistence(
	FpcCredentialsDelegationPersistence CredentialsDelegationPersistence
);
HRESULT get_CredentialsDelegationPersistence(
	FpcCredentialsDelegationPersistence* pCredentialsDelegationPersistence
);

Parameters

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.

CredentialsDelegationPersistence

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.

Return Value

These property methods return S_OK if the call is successful; otherwise, they return an error code.

[Visual Basic]
Property CredentialsDelegationPersistence As FpcCredentialsDelegationPersistence

Property Value

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.

Remarks

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.

Requirements

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.

See Also

FPCWebPublishingProperties


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.