TrustedSigningCertificateStatus 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.
Status of the certificate.
public readonly struct TrustedSigningCertificateStatus : IEquatable<Azure.ResourceManager.TrustedSigning.Models.TrustedSigningCertificateStatus>
type TrustedSigningCertificateStatus = struct
Public Structure TrustedSigningCertificateStatus
Implements IEquatable(Of TrustedSigningCertificateStatus)
- Inheritance
-
TrustedSigningCertificateStatus
- Implements
Constructors
TrustedSigningCertificateStatus(String) |
Initializes a new instance of TrustedSigningCertificateStatus. |
Properties
Active |
The certificate is active. |
Expired |
The certificate is expired. |
Revoked |
The certificate is revoked. |
Methods
Equals(TrustedSigningCertificateStatus) |
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(TrustedSigningCertificateStatus, TrustedSigningCertificateStatus) |
Determines if two TrustedSigningCertificateStatus values are the same. |
Implicit(String to TrustedSigningCertificateStatus) |
Converts a string to a TrustedSigningCertificateStatus. |
Inequality(TrustedSigningCertificateStatus, TrustedSigningCertificateStatus) |
Determines if two TrustedSigningCertificateStatus values are not the same. |
Applies to
Azure SDK for .NET