Click or drag to resize

WebAuthenticationBrokerWrapperCallBack Method

Invokes the OnCallBack event

Namespace:  Cauldron.Net
Assembly:  Cauldron (in Cauldron.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static bool CallBack(
	string responseData
)

Parameters

responseData
Type: SystemString
Contains the protocol data when the operation successfully completes.

Return Value

Type: Boolean
True if the event was handled, otherwise false
See Also