KeyStore.CallbackHandlerProtection.CallbackHandler Property

Definition

Returns the CallbackHandler.

public virtual Javax.Security.Auth.Callback.ICallbackHandler? CallbackHandler { [Android.Runtime.Register("getCallbackHandler", "()Ljavax/security/auth/callback/CallbackHandler;", "GetGetCallbackHandlerHandler")] get; }
[<get: Android.Runtime.Register("getCallbackHandler", "()Ljavax/security/auth/callback/CallbackHandler;", "GetGetCallbackHandlerHandler")>]
member this.CallbackHandler : Javax.Security.Auth.Callback.ICallbackHandler

Property Value

the CallbackHandler.

Attributes

Remarks

Returns the CallbackHandler.

Java documentation for java.security.KeyStore.CallbackHandlerProtection.getCallbackHandler().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to