Dela via


AuthenticationType Struct

Definition

Authentication Type.

public readonly struct AuthenticationType : IEquatable<Azure.ResourceManager.DeviceUpdate.Models.AuthenticationType>
type AuthenticationType = struct
Public Structure AuthenticationType
Implements IEquatable(Of AuthenticationType)
Inheritance
AuthenticationType
Implements

Constructors

AuthenticationType(String)

Initializes a new instance of AuthenticationType.

Properties

KeyBased

KeyBased.

Methods

Equals(AuthenticationType)

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(AuthenticationType, AuthenticationType)

Determines if two AuthenticationType values are the same.

Implicit(String to AuthenticationType)

Converts a string to a AuthenticationType.

Inequality(AuthenticationType, AuthenticationType)

Determines if two AuthenticationType values are not the same.

Applies to