IFPCWebPublishingProperties2::CredentialsDelegationPersistence property

Applies to: desktop apps only

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.

This property is read/write.

Syntax

HRESULT put_CredentialsDelegationPersistence(
  FpcCredentialsDelegationPersistence CredentialsDelegationPersistence
);

HRESULT get_CredentialsDelegationPersistence(
  FpcCredentialsDelegationPersistence *pCredentialsDelegationPersistence
);
' Data type: FpcCredentialsDelegationPersistence

Property CredentialsDelegationPersistence( _
  ByVal CredentialsDelegationPersistence As FpcCredentialsDelegationPersistence, _
  ByVal pCredentialsDelegationPersistence As FpcCredentialsDelegationPersistence _
) 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.

Error codes

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

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

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

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCWebPublishingProperties

 

 

Build date: 7/12/2010