| WebAuthenticationBrokerWrapperCallBack Method |
Namespace:
Cauldron.Net
Assembly:
Cauldron (in Cauldron.dll) Version: 3.2.0.2
Syntax public static bool CallBack(
string responseData
)
Public Shared Function CallBack (
responseData As String
) As Boolean
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