Condividi tramite


CarrierConfigManager.Ims.IpsecEncryptionAlgorithmDesEde3Cbc Campo

Definizione

Attenzione

This constant will be removed in the future version. Use Android.Telephony.ImsIpsecEncryptionAlgorithm enum directly instead of this field.

L'algoritmo di crittografia IPSec è DES_EDE3_CBC.

[Android.Runtime.Register("IPSEC_ENCRYPTION_ALGORITHM_DES_EDE3_CBC", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.ImsIpsecEncryptionAlgorithm enum directly instead of this field.", true)]
public const Android.Telephony.ImsIpsecEncryptionAlgorithm IpsecEncryptionAlgorithmDesEde3Cbc = 1;
[<Android.Runtime.Register("IPSEC_ENCRYPTION_ALGORITHM_DES_EDE3_CBC", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.ImsIpsecEncryptionAlgorithm enum directly instead of this field.", true)>]
val mutable IpsecEncryptionAlgorithmDesEde3Cbc : Android.Telephony.ImsIpsecEncryptionAlgorithm

Valore del campo

Value = 1
Attributi

Commenti

L'algoritmo di crittografia IPSec è DES_EDE3_CBC. vedere Allegato H del TS 33.203

Documentazione java per android.telephony.CarrierConfigManager.Ims.IPSEC_ENCRYPTION_ALGORITHM_DES_EDE3_CBC.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a