Microsoft Internet Security and Acceleration Server 2004 SDK

IFPCAuthenticationSchemes::Add[C++]

FPCAuthenticationSchemes.Add [Visual Basic]

[C++]

The Add method creates a new FPCAuthenticationScheme object in the collection and returns a reference to it.

HRESULT Add(
  BSTR Namespace,
  BSTR StorageName,
  IFPCAuthenticationScheme** ppNewScheme
);

Parameters

Namespace
[in] Required. BSTR that specifies the namespace of the new authentication scheme.
StorageName
[in] Required. BSTR that specifies the storage name for uniquely identifying the new authentication scheme.
ppNewScheme
[out] Address of an interface pointer that on return points to the new IFPCAuthenticationScheme interface created.

Return Values

This method can return one of the following:

[Visual Basic]

The Add method creates a new FPCAuthenticationScheme object in the collection and returns a reference to it.

Function Add( _
  ByVal Namespace As String, _
  ByVal StorageName As String _
) As FPCAuthenticationScheme

Parameters

Namespace
[in] Required. String that specifies the namespace of the new authentication scheme.
StorageName
[in] Required. String value that specifies the storage name for uniquely identifying the new authentication scheme.

Return Values

This method returns a reference to an FPCAuthenticationScheme object if successful. Otherwise, an error is raised that can be intercepted by using an error handler.

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

FPCAuthenticationSchemes