| WebAuthenticationBrokerWrapperCallBack Method |
Namespace:
Cauldron.Net
Assembly:
Cauldron (in Cauldron.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax public static bool CallBack(
string responseData
)
Parameters
- responseData
- Type: SystemString
Contains the protocol data when the operation successfully completes.
Return Value
Type:
BooleanTrue if the event was handled, otherwise false
See Also