IFPCAuthenticationScheme::Provides property

Applies to: desktop apps only

The Provides property gets or sets a value from the FpcAuthenticationSchemeProvides enumerated type that specifies whether the authentication scheme provides a user namespace and whether the authentication scheme provides an authentication method.

This property is read/write.

Syntax

HRESULT put_Provides(
  FpcAuthenticationSchemeProvides SchemeProvides
);

HRESULT get_Provides(
  FpcAuthenticationSchemeProvides *pSchemeProvides
);
' Data type: FpcAuthenticationSchemeProvides

Property Provides( _
  ByVal SchemeProvides As FpcAuthenticationSchemeProvides, _
  ByVal pSchemeProvides As FpcAuthenticationSchemeProvides _
) As FpcAuthenticationSchemeProvides

Property value

Value from the FpcAuthenticationSchemeProvides enumerated type that specifies whether the authentication scheme provides a user namespace and whether the authentication scheme provides an authentication method.

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 fpcAuthenticationSchemeProvidesNothing, which indicates that the authentication scheme provides neither a user namespace nor an authentication method.

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