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.UninitializeAuthenticationGate(provider)

Syntax

Visual Basic
Protected Friend Overridable Sub UninitializeAuthenticationGate ( _
		provider As IServiceProvider _
)
C#
protected internal virtual void UninitializeAuthenticationGate (
		IServiceProvider provider
)
C++
protected public:
virtual void UninitializeAuthenticationGate (
		IServiceProvider^ provider
)
J#
protected void UninitializeAuthenticationGate (
		IServiceProvider provider
)
JScript
protected internal function UninitializeAuthenticationGate (
		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