CarrierConfigManager.Ims.IpsecAuthenticationAlgorithmHmacMd5 フィールド

定義

注意事項

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

IPSec 認証アルゴリズムは HMAC-MD5 です。

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

フィールド値

Value = 0
属性

注釈

IPSec 認証アルゴリズムは HMAC-MD5 です。 TS 33.203 の付録 H を参照してください

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

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

適用対象