共用方式為


ChildSaProposal 類別

定義

[Android.Runtime.Register("android/net/ipsec/ike/ChildSaProposal", ApiSince=31, DoNotGenerateAcw=true)]
public sealed class ChildSaProposal : Android.Net.IpSec.Ike.SaProposal
[<Android.Runtime.Register("android/net/ipsec/ike/ChildSaProposal", ApiSince=31, DoNotGenerateAcw=true)>]
type ChildSaProposal = class
    inherit SaProposal
繼承
ChildSaProposal
屬性

欄位

DhGroup1024BitModp
已淘汰.
(繼承來源 SaProposal)
DhGroup1536BitModp
已淘汰.
(繼承來源 SaProposal)
DhGroup2048BitModp
已淘汰.
(繼承來源 SaProposal)
DhGroup3072BitModp
已淘汰.
(繼承來源 SaProposal)
DhGroup4096BitModp
已淘汰.
(繼承來源 SaProposal)
DhGroupCurve25519
已淘汰.
(繼承來源 SaProposal)
DhGroupNone
已淘汰.
(繼承來源 SaProposal)
EncryptionAlgorithm3des
已淘汰.
(繼承來源 SaProposal)
EncryptionAlgorithmAesCbc
已淘汰.
(繼承來源 SaProposal)
EncryptionAlgorithmAesCtr
已淘汰.
(繼承來源 SaProposal)
EncryptionAlgorithmAesGcm12
已淘汰.
(繼承來源 SaProposal)
EncryptionAlgorithmAesGcm16
已淘汰.
(繼承來源 SaProposal)
EncryptionAlgorithmAesGcm8
已淘汰.
(繼承來源 SaProposal)
EncryptionAlgorithmChacha20Poly1305
已淘汰.
(繼承來源 SaProposal)
IntegrityAlgorithmAesCmac96
已淘汰.
(繼承來源 SaProposal)
IntegrityAlgorithmAesXcbc96
已淘汰.
(繼承來源 SaProposal)
IntegrityAlgorithmHmacSha196
已淘汰.
(繼承來源 SaProposal)
IntegrityAlgorithmHmacSha2256128
已淘汰.
(繼承來源 SaProposal)
IntegrityAlgorithmHmacSha2384192
已淘汰.
(繼承來源 SaProposal)
IntegrityAlgorithmHmacSha2512256
已淘汰.
(繼承來源 SaProposal)
IntegrityAlgorithmNone
已淘汰.
(繼承來源 SaProposal)
KeyLenAes128
已淘汰.
(繼承來源 SaProposal)
KeyLenAes192
已淘汰.
(繼承來源 SaProposal)
KeyLenAes256
已淘汰.
(繼承來源 SaProposal)
KeyLenUnused
已淘汰.
(繼承來源 SaProposal)
PseudorandomFunctionAes128Cmac
已淘汰.
(繼承來源 SaProposal)
PseudorandomFunctionAes128Xcbc
已淘汰.
(繼承來源 SaProposal)
PseudorandomFunctionHmacSha1
已淘汰.
(繼承來源 SaProposal)
PseudorandomFunctionSha2256
已淘汰.
(繼承來源 SaProposal)
PseudorandomFunctionSha2384
已淘汰.
(繼承來源 SaProposal)
PseudorandomFunctionSha2512
已淘汰.
(繼承來源 SaProposal)

屬性

Class

傳回這個 Object的運行時間類別。

(繼承來源 Object)
DhGroups (繼承來源 SaProposal)
EncryptionAlgorithms (繼承來源 SaProposal)
Handle

基礎Android實例的句柄。

(繼承來源 Object)
IntegrityAlgorithms (繼承來源 SaProposal)
JniIdentityHashCode (繼承來源 Object)
JniPeerMembers
PeerReference (繼承來源 Object)
SupportedEncryptionAlgorithms
SupportedIntegrityAlgorithms
ThresholdClass (繼承來源 SaProposal)
ThresholdType (繼承來源 SaProposal)

方法

Clone()

建立並傳回這個 對象的複本。

(繼承來源 Object)
Dispose() (繼承來源 Object)
Dispose(Boolean) (繼承來源 Object)
Equals(Object)

指出其他物件是否「等於」這個物件。

(繼承來源 Object)
GetHashCode()

傳回此物件的雜湊碼值。

(繼承來源 Object)
JavaFinalize()

當垃圾收集決定不再參考物件時,垃圾收集行程在 物件上呼叫。

(繼承來源 Object)
Notify()

喚醒正在等候此物件監視器的單一線程。

(繼承來源 Object)
NotifyAll()

喚醒正在等候此物件監視器的所有線程。

(繼承來源 Object)
SetHandle(IntPtr, JniHandleOwnership)

設定 Handle 屬性。

(繼承來源 Object)
ToArray<T>() (繼承來源 Object)
ToString()

傳回物件的字串表示。

(繼承來源 Object)
UnregisterFromRuntime() (繼承來源 Object)
Wait()

讓目前線程等候直到喚醒為止,通常是藉由em <notified/em>或<em>interrupted</em> 來喚醒它。<>

(繼承來源 Object)
Wait(Int64, Int32)

讓目前的線程等到喚醒為止,通常是因為 <em>notified</em> 或 <em>interrupted</em>,或直到經過一定數量的實時為止。

(繼承來源 Object)
Wait(Int64)

讓目前的線程等到喚醒為止,通常是因為 <em>notified</em> 或 <em>interrupted</em>,或直到經過一定數量的實時為止。

(繼承來源 Object)

明確介面實作

IJavaPeerable.Disposed() (繼承來源 Object)
IJavaPeerable.DisposeUnlessReferenced() (繼承來源 Object)
IJavaPeerable.Finalized() (繼承來源 Object)
IJavaPeerable.JniManagedPeerState (繼承來源 Object)
IJavaPeerable.SetJniIdentityHashCode(Int32) (繼承來源 Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) (繼承來源 Object)
IJavaPeerable.SetPeerReference(JniObjectReference) (繼承來源 Object)

擴充方法

JavaCast<TResult>(IJavaObject)

執行 Android 執行時間檢查的類型轉換。

JavaCast<TResult>(IJavaObject)
GetJniTypeName(IJavaPeerable)

適用於