NEVpnIke2IntegrityAlgorithm Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Énumère les algorithmes d’intégrité valides pour 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 =
- Héritage
-
NEVpnIke2IntegrityAlgorithm
- Attributs
Champs
SHA160 | 2 | Indique l’algorithme SHA-1 160 bits. |
SHA256 | 3 | Indique l’algorithme SHA-2 256 bits. |
SHA384 | 4 | Indique l’algorithme SHA-2 384 bits. |
SHA512 | 5 | Indique l’algorithme SHA-2 512 bits. |
SHA96 | 1 | Indique l’algorithme SHA-1 96 bits. |