AuthenticationType Property of the IFPCBackupRoute Interface

The AuthenticationType property gets or sets a value from the FpcAuthType enumerated type that specifies the type of authentication to use for establishing a connection with an upstream proxy server on the backup route.

[C++]
HRESULT put_AuthenticationType(
	FpcAuthType AuthType
);
HRESULT get_AuthenticationType(
	FpcAuthType* pAuthType
);

Parameters

pAuthType

Pointer to a variable that on return receives the value from the FpcAuthType enumerated type that specifies the type of authentication to use for establishing a connection with an upstream proxy server on the backup route.

AuthType

Value from the FpcAuthType enumerated type that specifies the type of authentication to use for establishing a connection with an upstream proxy server on the backup route.

Return Value

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

[Visual Basic]
Property AuthenticationType As FpcAuthType

Property Value

Value from the FpcAuthType enumerated type that specifies the type of authentication to use for establishing a connection with an upstream proxy server on the backup route.

Remarks

This property is read/write. Its default value is fpcUiAuthIntegrated, which indicates that Integrated authentication will be used for establishing a connection with an upstream proxy server on the backup route.

Note that Basic authentication (fpcUiAuthBasic) does not use encryption.

This property is applicable only if the AuthenticationEnabled property is set to True (VARIANT_TRUE in C++).

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

FPCBackupRoute


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.