Javax.Security.Auth.Callback.ICallbackHandler
Needs to be implemented by classes that want to handle authentication Javax.Security.Auth.Callback.ICallbacks.

See Also: ICallbackHandler Members

Syntax

[Android.Runtime.Register("javax/security/auth/callback/CallbackHandler", "", "Javax.Security.Auth.Callback.ICallbackHandlerInvoker")]
public interface ICallbackHandler : Android.Runtime.IJavaObject, IDisposable

Remarks

Needs to be implemented by classes that want to handle authentication Javax.Security.Auth.Callback.ICallbacks. A single method ICallbackHandler.HandleCallbacks(ICallback[]) must be provided that checks the type of the incoming Callbacks and reacts accordingly. CallbackHandlers can be installed per application. It is also possible to configure a system-default CallbackHandler by setting the auth.login.defaultCallbackHandler property in the standard security.properties file.

[Android Documentation]

Requirements

Namespace: Javax.Security.Auth.Callback
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1