NEVpnIke2EncryptionAlgorithm 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.
Enumerates the algorithms that can be used for EncryptionAlgorithm.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public enum NEVpnIke2EncryptionAlgorithm
type NEVpnIke2EncryptionAlgorithm =
- Inheritance
-
NEVpnIke2EncryptionAlgorithm
- Attributes
Fields
Name | Value | Description |
---|---|---|
DES | 1 | |
TripleDES | 2 | |
AES128 | 3 | |
AES256 | 4 | |
AES128GCM | 5 | |
AES256GCM | 6 |