Microsoft Internet Security and Acceleration Server 2004 SDK

Provides Property of IFPCAuthenticationScheme[C++]

FPCAuthenticationScheme.Provides [Visual Basic]

[C++]

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.

HRESULT get_Provides(
  FpcAuthenticationSchemeProvides* pSchemeProvides
);

HRESULT put_Provides(
  FpcAuthenticationSchemeProvides SchemeProvides
);

Parameters

pSchemeProvides
Pointer to a variable that on return receives a value from the FpcAuthenticationSchemeProvides enumerated type specifying whether the authentication scheme provides a user namespace and whether the authentication scheme provides an authentication method.
SchemeProvides
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.

Return Values

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write.

[Visual Basic]

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.

Property Provides 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.

Remarks

This property is read/write.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCAuthenticationScheme