This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim instance As QAAuthenticationGate

Syntax

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

Inheritance Hierarchy

System.Object
   Microsoft.ResourceManagement.Workflow.Activities.AuthenticationGate
    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