NetworkAuthenticationMethod Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
VPN client authentication method.
public readonly struct NetworkAuthenticationMethod : IEquatable<Azure.ResourceManager.Network.Models.NetworkAuthenticationMethod>
type NetworkAuthenticationMethod = struct
Public Structure NetworkAuthenticationMethod
Implements IEquatable(Of NetworkAuthenticationMethod)
- Inheritance
-
NetworkAuthenticationMethod
- Implements
Constructors
NetworkAuthenticationMethod(String) |
Initializes a new instance of NetworkAuthenticationMethod. |
Properties
EapmschaPv2 |
EAPMSCHAPv2. |
Eaptls |
EAPTLS. |
Methods
Equals(NetworkAuthenticationMethod) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(NetworkAuthenticationMethod, NetworkAuthenticationMethod) |
Determines if two NetworkAuthenticationMethod values are the same. |
Implicit(String to NetworkAuthenticationMethod) |
Converts a string to a NetworkAuthenticationMethod. |
Inequality(NetworkAuthenticationMethod, NetworkAuthenticationMethod) |
Determines if two NetworkAuthenticationMethod values are not the same. |