ImsIpsecEncryptionAlgorithm Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum ImsIpsecEncryptionAlgorithm
type ImsIpsecEncryptionAlgorithm =
- Inheritance
-
ImsIpsecEncryptionAlgorithm
Fields
| Name | Value | Description |
|---|---|---|
| Null | 0 | IPSec Encryption algorithm is NULL. see Annex H of TS 33.203 Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| DesEde3Cbc | 1 | IPSec Encryption algorithm is DES_EDE3_CBC. see Annex H of TS 33.203 Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| AesCbc | 2 | IPSec Encryption algorithm is AES_CBC. see Annex H of TS 33.203 Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |