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.
HRESULT put_AuthenticationType( FpcAuthType AuthType ); HRESULT get_AuthenticationType( FpcAuthType* 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 backup route.
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.
These property methods return S_OK if the call is successful; otherwise, they return an error code.
Property AuthenticationType As FpcAuthType
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. 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++).
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
IDL |
Declared in Msfpccom.idl. |
DLL |
Requires Msfpccom.dll. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.