Microsoft Internet Security and Acceleration Server 2000

FPCPrimaryRoute.AuthenticationType Property

Gets or sets the type of authentication that the primary route server or array uses if authentication is enabled.

VBScript Syntax[VBScript]

FPCPrimaryRoute.AuthenticationType [ = AuthType ]

C++ Syntax[C++]

HRESULT get_AuthenticationType(
  FpcAuthType *pAuthType
);

HRESULT put_AuthenticationType(
  FpcAuthType AuthType
);

Parameters

AuthType
Authentication type. It can have a value from the FpcAuthType enumerated type.

The property is read-write.

Remarks

Basic authentication (fpcUiAuthBasic) is not encrypted.

Applies To

FPCPrimaryRoute