共用方式為


Identity 建構函式

定義

多載

Identity()
已淘汰.

僅限串行化的建構函式。

Identity(String)
已淘汰.

建構具有指定名稱且沒有範圍的身分識別。

Identity(IntPtr, JniHandleOwnership)

建立 JNI 物件的 Managed 表示法時使用的建構函式;由運行時間呼叫。

Identity(String, IdentityScope)
已淘汰.

建構具有指定名稱和範圍的身分識別。

Identity()

警告

deprecated

僅限串行化的建構函式。

[Android.Runtime.Register(".ctor", "()V", "")]
[System.Obsolete("deprecated")]
protected Identity ();
屬性

備註

僅限串行化的建構函式。

java.security.Identity.Identity()Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

Identity(String)

警告

deprecated

建構具有指定名稱且沒有範圍的身分識別。

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
[System.Obsolete("deprecated")]
public Identity (string? name);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
[<System.Obsolete("deprecated")>]
new Java.Security.Identity : string -> Java.Security.Identity

參數

name
String

識別名稱。

屬性

備註

建構具有指定名稱且沒有範圍的身分識別。

java.security.Identity.Identity(java.lang.String)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

Identity(IntPtr, JniHandleOwnership)

建立 JNI 物件的 Managed 表示法時使用的建構函式;由運行時間呼叫。

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

參數

javaReference
IntPtr

nativeint

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

transfer
JniHandleOwnership

JniHandleOwnership,指出如何處理javaReference

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

Identity(String, IdentityScope)

警告

deprecated

建構具有指定名稱和範圍的身分識別。

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/security/IdentityScope;)V", "")]
[System.Obsolete("deprecated")]
public Identity (string? name, Java.Security.IdentityScope? scope);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/security/IdentityScope;)V", "")>]
[<System.Obsolete("deprecated")>]
new Java.Security.Identity : string * Java.Security.IdentityScope -> Java.Security.Identity

參數

name
String

識別名稱。

scope
IdentityScope

身分識別的範圍。

屬性

例外狀況

Identity如果具有相同名稱的 已存在於指定的範圍中, 則為 。

備註

建構具有指定名稱和範圍的身分識別。

java.security.Identity.Identity(java.lang.String, java.security.IdentityScope)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於