IPsecIntegrity Enum

Definition

The IPSec integrity algorithm (IKE phase 1).

public enum IPsecIntegrity
type IPsecIntegrity = 
Public Enum IPsecIntegrity
Inheritance
IPsecIntegrity

Fields

Name Value Description
MD5 0

MD5.

Sha1 1

SHA1.

Sha256 2

SHA256.

Sha384 3

SHA384.

GcmAes256 4

GCMAES256.

GcmAes128 5

GCMAES128.

Applies to