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
Dim responseData As WorkflowAuthenticationResponse
Dim returnValue As Byte()

returnValue = instance.RegisterUser(responseData)

Syntax

Visual Basic
Public MustOverride Function RegisterUser ( _
		responseData As WorkflowAuthenticationResponse _
) As Byte()
C#
public abstract byte[] RegisterUser (
		WorkflowAuthenticationResponse responseData
)
C++
public:
virtual array<unsigned char>^ RegisterUser (
		WorkflowAuthenticationResponse^ responseData
) abstract
J#
public abstract byte[] RegisterUser (
		WorkflowAuthenticationResponse responseData
)
JScript
public abstract function RegisterUser (
		responseData : WorkflowAuthenticationResponse
) : byte[]

Parameters

responseData

Return Value

Returns Byte.

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