你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

UserAuthenticationMode Struct

Definition

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