Compartir a través de


NetworkAuthenticationMethod Estructura

Definición

Método de autenticación de cliente VPN.

public readonly struct NetworkAuthenticationMethod : IEquatable<Azure.ResourceManager.Network.Models.NetworkAuthenticationMethod>
type NetworkAuthenticationMethod = struct
Public Structure NetworkAuthenticationMethod
Implements IEquatable(Of NetworkAuthenticationMethod)
Herencia
NetworkAuthenticationMethod
Implementaciones

Constructores

NetworkAuthenticationMethod(String)

Inicializa una nueva instancia de la clase NetworkAuthenticationMethod.

Propiedades

EapmschaPv2

EAPMSCHAPv2.

Eaptls

EAPTLS.

Métodos

Equals(NetworkAuthenticationMethod)

Indica si el objeto actual es igual que otro objeto del mismo tipo.

ToString()

Devuelve el nombre de tipo completo de esta instancia.

Operadores

Equality(NetworkAuthenticationMethod, NetworkAuthenticationMethod)

Determina si dos NetworkAuthenticationMethod valores son iguales.

Implicit(String to NetworkAuthenticationMethod)

Convierte una cadena en un NetworkAuthenticationMethod.

Inequality(NetworkAuthenticationMethod, NetworkAuthenticationMethod)

Determina si dos NetworkAuthenticationMethod valores no son los mismos.

Se aplica a