Lingua

IkeSessionParams.IkeOptionInitialContact Campo

Definizione

Attenzione

This constant will be removed in the future version. Use Android.Net.IpSec.Ike.IkeSessionOption enum directly instead of this field.

Se impostata, la libreria IKE invierà INITIAL_CONTACT notifica ai peer.

[Android.Runtime.Register("IKE_OPTION_INITIAL_CONTACT", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.IpSec.Ike.IkeSessionOption enum directly instead of this field.", true)]
public const Android.Net.IpSec.Ike.IkeSessionOption IkeOptionInitialContact = 4;
[<Android.Runtime.Register("IKE_OPTION_INITIAL_CONTACT", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.IpSec.Ike.IkeSessionOption enum directly instead of this field.", true)>]
val mutable IkeOptionInitialContact : Android.Net.IpSec.Ike.IkeSessionOption

Valore del campo

Value = 4
Attributi

Commenti

Se impostata, la libreria IKE invierà INITIAL_CONTACT notifica ai peer.

Se questa opzione è impostata, il payload di notifica INITIAL_CONTACT viene inviato in IKE_AUTH. Il client può usare questa opzione per asserire al peer che questo sa IKE è l'unico sa IKE attualmente attivo tra le identità autenticate.

per android.net.ipsec.ike.IkeSessionParams.IKE_OPTION_INITIAL_CONTACT.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a