IPsecEncryption Enum

Definition

The IPSec encryption algorithm (IKE phase 1).

public enum IPsecEncryption
type IPsecEncryption = 
Public Enum IPsecEncryption
Inheritance
IPsecEncryption

Fields

Name Value Description
None 0

None.

Des 1

DES.

Des3 2

DES3.

Aes128 3

AES128.

Aes192 4

AES192.

Aes256 5

AES256.

GcmAes128 6

GCMAES128.

GcmAes192 7

GCMAES192.

GcmAes256 8

GCMAES256.

Applies to