This API is currently not supported.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim provider As IServiceProvider

Me.InitializeAuthenticationGate(provider)

Syntax

Visual Basic
Protected Friend Overridable Sub InitializeAuthenticationGate ( _
		provider As IServiceProvider _
)
C#
protected internal virtual void InitializeAuthenticationGate (
		IServiceProvider provider
)
C++
protected public:
virtual void InitializeAuthenticationGate (
		IServiceProvider^ provider
)
J#
protected void InitializeAuthenticationGate (
		IServiceProvider provider
)
JScript
protected internal function InitializeAuthenticationGate (
		provider : IServiceProvider
)

Parameters

provider

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

Windows 2008 x64 Edition

See Also