語言

KeyStore.CallbackHandlerProtection 建構函式

定義

多載

名稱 Description
KeyStore.CallbackHandlerProtection(ICallbackHandler)

從 CallbackHandler 建構新的 CallbackHandlerProtection。

KeyStore.CallbackHandlerProtection(IntPtr, JniHandleOwnership)

用於建立 JNI 物件受管理表示的建構器;由執行時呼叫。

KeyStore.CallbackHandlerProtection(ICallbackHandler)

從 CallbackHandler 建構新的 CallbackHandlerProtection。

[Android.Runtime.Register(".ctor", "(Ljavax/security/auth/callback/CallbackHandler;)V", "")]
public CallbackHandlerProtection(Javax.Security.Auth.Callback.ICallbackHandler? handler);
[<Android.Runtime.Register(".ctor", "(Ljavax/security/auth/callback/CallbackHandler;)V", "")>]
new Java.Security.KeyStore.CallbackHandlerProtection : Javax.Security.Auth.Callback.ICallbackHandler -> Java.Security.KeyStore.CallbackHandlerProtection

參數

handler
ICallbackHandler

回撥處理者

屬性

例外狀況

handlernull

備註

從 CallbackHandler 建構新的 CallbackHandlerProtection。

Java 文件 java.security.KeyStore.CallbackHandlerProtection.KeyStore$CallbackHandlerProtection(javax.security.auth.callback.CallbackHandler)

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於

KeyStore.CallbackHandlerProtection(IntPtr, JniHandleOwnership)

用於建立 JNI 物件受管理表示的建構器;由執行時呼叫。

protected CallbackHandlerProtection(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Security.KeyStore.CallbackHandlerProtection : nativeint * Android.Runtime.JniHandleOwnership -> Java.Security.KeyStore.CallbackHandlerProtection

參數

javaReference
IntPtr

nativeint

IntPtr,包含 Java Native Interface (JNI) 對象參考。

transfer
JniHandleOwnership

JniHandleOwnership,指出如何處理javaReference

備註

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於