IFPCAuthenticationScheme::Services property

Applies to: desktop apps only

The Services property gets or sets a value from the FpcServiceTypes enumerated type that specifies which services can use the authentication scheme.

This property is read/write.

Syntax

HRESULT put_Services(
  FpcServiceTypes ServiceType
);

HRESULT get_Services(
  FpcServiceTypes *pServiceType
);
' Data type: FpcServiceTypes

Property Services( _
  ByVal ServiceType As FpcServiceTypes, _
  ByVal pServiceType As FpcServiceTypes _
) As FpcServiceTypes

Property value

Value from the FpcServiceTypes enumerated type that specifies which services can use the authentication scheme.

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 fpcServiceTypeWebProxyReverse, which indicates that the Forefront TMG Web proxy can use the authentication scheme in the reverse direction.

This property must be set to fpcServiceTypeWebProxyReverse, fpcServiceTypeWebProxyForward, or fpcServiceTypeWebProxyBoth when a Web filter registers the authentication scheme.

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

FPCAuthenticationScheme

 

 

Build date: 7/12/2010