IsWeakSignature 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.
Indicates the signature algorithm used is insecure.
public readonly struct IsWeakSignature : IEquatable<Azure.ResourceManager.IotFirmwareDefense.Models.IsWeakSignature>
type IsWeakSignature = struct
Public Structure IsWeakSignature
Implements IEquatable(Of IsWeakSignature)
- Inheritance
-
IsWeakSignature
- Implements
Constructors
IsWeakSignature(String) |
Initializes a new instance of IsWeakSignature. |
Properties
False |
False. |
True |
True. |
Methods
Equals(IsWeakSignature) |
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(IsWeakSignature, IsWeakSignature) |
Determines if two IsWeakSignature values are the same. |
Implicit(String to IsWeakSignature) |
Converts a string to a IsWeakSignature. |
Inequality(IsWeakSignature, IsWeakSignature) |
Determines if two IsWeakSignature values are not the same. |
Applies to
Azure SDK for .NET