Share via


AuthenticationType Property of the IFPCPrimaryRoute 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 primary route.

C++

HRESULT put_AuthenticationType(
    FpcAuthType AuthType
);
HRESULT get_AuthenticationType(
    FpcAuthType* pAuthType
);

Parameters

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

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

FPCPrimaryRoute

Send comments about this topic to Microsoft

Build date: 6/30/2010