TpmAttestationAuthenticationType 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 type for specifying the requirement of authentication for TPM Attestation REST APIs.
public readonly struct TpmAttestationAuthenticationType : IEquatable<Azure.ResourceManager.Attestation.Models.TpmAttestationAuthenticationType>
type TpmAttestationAuthenticationType = struct
Public Structure TpmAttestationAuthenticationType
Implements IEquatable(Of TpmAttestationAuthenticationType)
- Inheritance
-
TpmAttestationAuthenticationType
- Implements
Constructors
| Name | Description |
|---|---|
| TpmAttestationAuthenticationType(String) |
Initializes a new instance of TpmAttestationAuthenticationType. |
Properties
| Name | Description |
|---|---|
| Disabled |
Disables the requirement of authentication for TPM Attestation REST APIs. |
| Enabled |
Enables the requirement of authentication for TPM Attestation REST APIs. |
Methods
| Name | Description |
|---|---|
| Equals(TpmAttestationAuthenticationType) |
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
| Name | Description |
|---|---|
| Equality(TpmAttestationAuthenticationType, TpmAttestationAuthenticationType) |
Determines if two TpmAttestationAuthenticationType values are the same. |
| Implicit(String to Nullable<TpmAttestationAuthenticationType>) | |
| Implicit(String to TpmAttestationAuthenticationType) |
Converts a string to a TpmAttestationAuthenticationType. |
| Inequality(TpmAttestationAuthenticationType, TpmAttestationAuthenticationType) |
Determines if two TpmAttestationAuthenticationType values are not the same. |