Registers a user for the authentication lockout gate. 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 LockoutGate
Dim responseData As WorkflowAuthenticationResponse
Dim returnValue As Byte()
returnValue = instance.RegisterUser(responseData)
|
Syntax
Visual Basic |
Public Overrides Function RegisterUser ( _
responseData As WorkflowAuthenticationResponse _
) As Byte()
|
C# |
public override byte[] RegisterUser (
WorkflowAuthenticationResponse responseData
)
|
C++ |
public:
virtual array<unsigned char>^ RegisterUser (
WorkflowAuthenticationResponse^ responseData
) override
|
J# |
public byte[] RegisterUser (
WorkflowAuthenticationResponse responseData
)
|
JScript |
public override function RegisterUser (
responseData : WorkflowAuthenticationResponse
) : byte[]
|
Parameters
- responseData
-
Represents the response data.
Return Value
A
Byte value.
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