VpnClientIPsecParametersInner Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
VpnClientIPsecParametersInner() |
Inicializa uma nova instância da classe VpnClientIPsecParametersInner. |
VpnClientIPsecParametersInner(Int32, Int32, IpsecEncryption, IpsecIntegrity, IkeEncryption, IkeIntegrity, DhGroup, PfsGroup) |
Inicializa uma nova instância da classe VpnClientIPsecParametersInner. |
VpnClientIPsecParametersInner()
Inicializa uma nova instância da classe VpnClientIPsecParametersInner.
public VpnClientIPsecParametersInner ();
Public Sub New ()
Aplica-se a
VpnClientIPsecParametersInner(Int32, Int32, IpsecEncryption, IpsecIntegrity, IkeEncryption, IkeIntegrity, DhGroup, PfsGroup)
Inicializa uma nova instância da classe VpnClientIPsecParametersInner.
public VpnClientIPsecParametersInner (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.VpnClientIPsecParametersInner : 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.VpnClientIPsecParametersInner
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)
Parâmetros
- saLifeTimeSeconds
- Int32
O tempo de vida da Associação de Segurança IPSec (também chamado de Modo Rápido ou SA da Fase 2) em segundos para o cliente P2S.
- saDataSizeKilobytes
- Int32
O tamanho da carga da Associação de Segurança IPSec (também chamada de Modo Rápido ou SA da Fase 2) no KB para o cliente P2S..
- ipsecEncryption
- IpsecEncryption
O algoritmo de criptografia IPSec (fase 1 do IKE). Os valores possíveis incluem: 'None', 'DES', 'DES3', 'AES128', 'AES192', 'AES256', 'GCMAES128', 'GCMAES192', 'GCMAES256'
- ipsecIntegrity
- IpsecIntegrity
O algoritmo de integridade IPSec (fase 1 do IKE). Os valores possíveis incluem: 'MD5', 'SHA1', 'SHA256', 'GCMAES128', 'GCMAES192', 'GCMAES256'
- ikeEncryption
- IkeEncryption
O algoritmo de criptografia IKE (fase 2 do IKE). Os valores possíveis incluem: 'DES', 'DES3', 'AES128', 'AES192', 'AES256', 'GCMAES256', 'GCMAES128'
- ikeIntegrity
- IkeIntegrity
O algoritmo de integridade IKE (fase 2 do IKE). Os valores possíveis incluem: 'MD5', 'SHA1', 'SHA256', 'SHA384', 'GCMAES256', 'GCMAES128'
- dhGroup
- DhGroup
O grupo DH usado na Fase 1 do IKE para SA inicial. Os valores possíveis incluem: 'None', 'DHGroup1', 'DHGroup2', 'DHGroup14', 'DHGroup2048', 'ECP256', 'ECP384', 'DHGroup24'
- pfsGroup
- PfsGroup
O Grupo de Pfs usado na Fase 2 do IKE para a NOVA SA filho. Os valores possíveis incluem: 'None', 'PFS1', 'PFS2', 'PFS2048', 'ECP256', 'ECP384', 'PFS24', 'PFS14', 'PFSMM'
Aplica-se a
Azure SDK for .NET