Freigeben über


SupportedKeyType Struct

Definition

Supported key types.

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

Constructors

Name Description
SupportedKeyType(String)

Initializes a new instance of SupportedKeyType.

Properties

Name Description
ECC

Indicates the ECC key type.

Methods

Name Description
Equals(SupportedKeyType)

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

Name Description
Equality(SupportedKeyType, SupportedKeyType)

Determines if two SupportedKeyType values are the same.

Implicit(String to Nullable<SupportedKeyType>)
Implicit(String to SupportedKeyType)

Converts a string to a SupportedKeyType.

Inequality(SupportedKeyType, SupportedKeyType)

Determines if two SupportedKeyType values are not the same.

Applies to