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 PasswordCheckGate

Syntax

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

Inheritance Hierarchy

System.Object
   Microsoft.ResourceManagement.Workflow.Activities.AuthenticationGate
    Microsoft.ResourceManagement.Workflow.Activities.PasswordCheckGate

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