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