UserAuthenticationMode 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.
Defines the mode to authenticate the user of the client at the server.
public readonly struct UserAuthenticationMode : IEquatable<Azure.ResourceManager.DeviceRegistry.Models.UserAuthenticationMode>
type UserAuthenticationMode = struct
Public Structure UserAuthenticationMode
Implements IEquatable(Of UserAuthenticationMode)
- Inheritance
-
UserAuthenticationMode
- Implements
Constructors
UserAuthenticationMode(String) |
Initializes a new instance of UserAuthenticationMode. |
Properties
Anonymous |
The user authentication mode is anonymous. |
Certificate |
The user authentication mode is an x509 certificate. |
UsernamePassword |
The user authentication mode is a username and password. |
Methods
Equals(UserAuthenticationMode) |
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(UserAuthenticationMode, UserAuthenticationMode) |
Determines if two UserAuthenticationMode values are the same. |
Implicit(String to UserAuthenticationMode) |
Converts a string to a UserAuthenticationMode. |
Inequality(UserAuthenticationMode, UserAuthenticationMode) |
Determines if two UserAuthenticationMode values are not the same. |
Applies to
Azure SDK for .NET