Microsoft Internet Security and Acceleration Server 2000

FPCBackupRoute.AuthenticationType Property

Gets or sets the type of authentication that the entity uses.

VBScript Syntax[VBScript]

FPCBackupRoute.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

FPCBackupRoute