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

  • 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.

  • 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.

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 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.
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCWebPublishingProperties

Send comments about this topic to Microsoft

Build date: 6/30/2010