Share via


IsShortKeySize Struct

Definition

Indicates the key size is considered too small to be secure for the algorithm.

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

Constructors

IsShortKeySize(String)

Initializes a new instance of IsShortKeySize.

Properties

False

False.

True

True.

Methods

Equals(IsShortKeySize)

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

Determines if two IsShortKeySize values are the same.

Implicit(String to IsShortKeySize)

Converts a string to a IsShortKeySize.

Inequality(IsShortKeySize, IsShortKeySize)

Determines if two IsShortKeySize values are not the same.

Applies to