PolicyCertificateResolution 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.
The result of the operation.
public readonly struct PolicyCertificateResolution : IEquatable<Azure.Security.Attestation.PolicyCertificateResolution>
type PolicyCertificateResolution = struct
Public Structure PolicyCertificateResolution
Implements IEquatable(Of PolicyCertificateResolution)
- Inheritance
-
PolicyCertificateResolution
- Implements
Constructors
PolicyCertificateResolution(String) |
Determines if two PolicyCertificateResolution values are the same. |
Properties
IsAbsent |
After the operation was performed, the certificate is no longer present in the set of certificates. |
IsPresent |
After the operation was performed, the certificate is in the set of certificates. |
Methods
Equals(PolicyCertificateResolution) |
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(PolicyCertificateResolution, PolicyCertificateResolution) |
Determines if two PolicyCertificateResolution values are the same. |
Implicit(String to PolicyCertificateResolution) |
Converts a string to a PolicyCertificateResolution. |
Inequality(PolicyCertificateResolution, PolicyCertificateResolution) |
Determines if two PolicyCertificateResolution values are not the same. |
Applies to
Azure SDK for .NET