NEVpnIke2IntegrityAlgorithm Enum

Definition

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

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.

SHA96 1

Indicates the SHA-1 96-bit algorithm.

Applies to