IFPCBackupRoute::AuthenticationType property
Applies to: desktop apps only
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.
This property is read/write.
Syntax
HRESULT put_AuthenticationType(
FpcAuthType AuthType
);
HRESULT get_AuthenticationType(
FpcAuthType *pAuthType
);
' Data type: FpcAuthType
Property AuthenticationType( _
ByVal AuthType As FpcAuthType, _
ByVal pAuthType As FpcAuthType _
) 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.
Error codes
These property methods return S_OK if the call is successful; otherwise, they return an error code.
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
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
IDL |
Msfpccom.idl |
DLL |
Msfpccom.dll |
See also
Build date: 7/12/2010