NEVpnIke2IntegrityAlgorithm 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 valid integrity algorithms for IntegrityAlgorithm.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public enum NEVpnIke2IntegrityAlgorithm
type NEVpnIke2IntegrityAlgorithm =
- Inheritance
-
NEVpnIke2IntegrityAlgorithm
- Attributes
Fields
Name | Value | Description |
---|---|---|
SHA96 | 1 | Indicates the SHA-1 96-bit algorithm. |
SHA160 | 2 | Indicates the SHA-1 160-bit algorithm. |
SHA256 | 3 | Indicates the SHA-2 256-bit algorithm. |
SHA384 | 4 | Indicates the SHA-2 384-bit algorithm. |
SHA512 | 5 | Indicates the SHA-2 512-bit algorithm. |