Microsoft Internet Security and Acceleration Server 2004 SDK

AuthenticationType Property of IFPCBackupRoute[C++]

FPCBackupRoute.AuthenticationType [Visual Basic]

[C++]

The AuthenticationType property gets or sets a value from the FpcAuthType enumerated type that specifies the type of authentication that the upstream proxy server on the backup route uses if authentication is enabled.

HRESULT get_AuthenticationType(
  FpcAuthType* pAuthType
);

HRESULT put_AuthenticationType(
  FpcAuthType AuthType
);

Parameters

pAuthType
Pointer to a variable that on return receives the value from the FpcAuthType enumerated type that specifies the type of authentication that the upstream proxy server on the backup route uses if authentication is enabled.
AuthType
Value from the FpcAuthType enumerated type that specifies the type of authentication that the upstream proxy server on the backup route uses if authentication is enabled.

Return Values

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

Remarks

This property is read/write.

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

[Visual Basic]

The AuthenticationType property gets or sets a value from the FpcAuthType enumerated type that specifies the type of authentication that the upstream proxy server on the backup route uses if authentication is enabled.

Property AuthenticationType As FpcAuthType

Property Value

Value from the FpcAuthType enumerated type that specifies the type of authentication that the upstream proxy server on the backup route uses if authentication is enabled.

Remarks

This property is read/write.

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

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCBackupRoute