CarrierConfigManager.Ims.IpsecEncryptionAlgorithmAesCbc フィールド

定義

注意事項

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

IPSec 暗号化アルゴリズムがAES_CBC。

[Android.Runtime.Register("IPSEC_ENCRYPTION_ALGORITHM_AES_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 IpsecEncryptionAlgorithmAesCbc = 2;
[<Android.Runtime.Register("IPSEC_ENCRYPTION_ALGORITHM_AES_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 IpsecEncryptionAlgorithmAesCbc : Android.Telephony.ImsIpsecEncryptionAlgorithm

フィールド値

Value = 2
属性

注釈

IPSec 暗号化アルゴリズムがAES_CBC。 TS 33.203 の付録 H を参照してください

android.telephony.CarrierConfigManager.Ims.IPSEC_ENCRYPTION_ALGORITHM_AES_CBCJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象