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

Usage

Visual Basic
Dim instance As AuthenticationGate

Syntax

Visual Basic
<SerializableAttribute> _
Public MustInherit Class AuthenticationGate
C#
[SerializableAttribute] 
public abstract class AuthenticationGate
C++
[SerializableAttribute] 
public ref class AuthenticationGate abstract
J#
/** @attribute SerializableAttribute() */ 
public abstract class AuthenticationGate
JScript
SerializableAttribute 
public abstract class AuthenticationGate

Inheritance Hierarchy

System.Object
  Microsoft.ResourceManagement.Workflow.Activities.AuthenticationGate
     Microsoft.ResourceManagement.Workflow.Activities.DefaultAuthenticationGate
     Microsoft.ResourceManagement.Workflow.Activities.LockoutGate
     Microsoft.ResourceManagement.Workflow.Activities.PasswordCheckGate
     Microsoft.ResourceManagement.Workflow.Activities.QAAuthenticationGate

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