vpnEncryptionAlgorithmType enum type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

The type of VPN security association encryption algorithm

Members

Member Value Description
aes256 0 AES-256
des 1 DES
tripleDes 2 3DES
aes128 3 AES-128
aes128Gcm 4 AES-128-GCM
aes256Gcm 5 AES-256-GCM
aes192 6 AES-192
aes192Gcm 7 AES-192-GCM
chaCha20Poly1305 8 ChaCha20Poly1305