Freigeben über


IpsecPolicy Konstruktoren

Definition

Überlädt

IpsecPolicy()

Initialisiert eine neue instance der IpsecPolicy-Klasse.

IpsecPolicy(Int32, Int32, IpsecEncryption, IpsecIntegrity, IkeEncryption, IkeIntegrity, DhGroup, PfsGroup)

Initialisiert eine neue instance der IpsecPolicy-Klasse.

IpsecPolicy()

Initialisiert eine neue instance der IpsecPolicy-Klasse.

public IpsecPolicy ();
Public Sub New ()

Gilt für:

IpsecPolicy(Int32, Int32, IpsecEncryption, IpsecIntegrity, IkeEncryption, IkeIntegrity, DhGroup, PfsGroup)

Initialisiert eine neue instance der IpsecPolicy-Klasse.

public IpsecPolicy (int saLifeTimeSeconds, int saDataSizeKilobytes, Microsoft.Azure.Management.Network.Fluent.Models.IpsecEncryption ipsecEncryption, Microsoft.Azure.Management.Network.Fluent.Models.IpsecIntegrity ipsecIntegrity, Microsoft.Azure.Management.Network.Fluent.Models.IkeEncryption ikeEncryption, Microsoft.Azure.Management.Network.Fluent.Models.IkeIntegrity ikeIntegrity, Microsoft.Azure.Management.Network.Fluent.Models.DhGroup dhGroup, Microsoft.Azure.Management.Network.Fluent.Models.PfsGroup pfsGroup);
new Microsoft.Azure.Management.Network.Fluent.Models.IpsecPolicy : int * int * Microsoft.Azure.Management.Network.Fluent.Models.IpsecEncryption * Microsoft.Azure.Management.Network.Fluent.Models.IpsecIntegrity * Microsoft.Azure.Management.Network.Fluent.Models.IkeEncryption * Microsoft.Azure.Management.Network.Fluent.Models.IkeIntegrity * Microsoft.Azure.Management.Network.Fluent.Models.DhGroup * Microsoft.Azure.Management.Network.Fluent.Models.PfsGroup -> Microsoft.Azure.Management.Network.Fluent.Models.IpsecPolicy
Public Sub New (saLifeTimeSeconds As Integer, saDataSizeKilobytes As Integer, ipsecEncryption As IpsecEncryption, ipsecIntegrity As IpsecIntegrity, ikeEncryption As IkeEncryption, ikeIntegrity As IkeIntegrity, dhGroup As DhGroup, pfsGroup As PfsGroup)

Parameter

saLifeTimeSeconds
Int32

Die IPSec-Sicherheitszuordnung (auch als Schnellmodus oder Phase 2 SA bezeichnet) Lebensdauer in Sekunden für einen Standort-zu-Standort-VPN-Tunnel.

saDataSizeKilobytes
Int32

Die Nutzlastgröße der IPSec-Sicherheitszuordnung (auch als Schnellmodus oder Phase 2 SA bezeichnet) in KB für einen Site-to-Site-VPN-Tunnel.

ipsecEncryption
IpsecEncryption

Der IPSec-Verschlüsselungsalgorithmus (IKE-Phase 1). Mögliche Werte: "None", "DES", "DES3", "AES128", "AES192", "AES256", "GCMAES128", "GCMAES192", "GCMAES256"

ipsecIntegrity
IpsecIntegrity

Der IPSec-Integritätsalgorithmus (IKE-Phase 1). Mögliche Werte: "MD5", "SHA1", "SHA256", "GCMAES128", "GCMAES192", "GCMAES256"

ikeEncryption
IkeEncryption

Der IKE-Verschlüsselungsalgorithmus (IKE-Phase 2). Mögliche Werte: "DES", "DES3", "AES128", "AES192", "AES256", "GCMAES256", "GCMAES128"

ikeIntegrity
IkeIntegrity

Der IKE-Integritätsalgorithmus (IKE-Phase 2). Mögliche Werte: "MD5", "SHA1", "SHA256", "SHA384", "GCMAES256", "GCMAES128"

dhGroup
DhGroup

Die DH-Gruppe, die in IKE-Phase 1 für die anfängliche SA verwendet wird. Mögliche Werte: "None", "DHGroup1", "DHGroup2", "DHGroup14", "DHGroup2048", "ECP256", "ECP384", "DHGroup24"

pfsGroup
PfsGroup

Die pfs-Gruppe, die in IKE-Phase 2 für neue untergeordnete SA verwendet wird. Mögliche Werte: "None", "PFS1", "PFS2", "PFS2048", "ECP256", "ECP384", "PFS24", "PFS14", "PFSMM"

Gilt für: