AttestationType Struct

Definition

The AttestationType.

public readonly struct AttestationType : IEquatable<Azure.Security.Attestation.AttestationType>
type AttestationType = struct
Public Structure AttestationType
Implements IEquatable(Of AttestationType)
Inheritance
AttestationType
Implements

Constructors

AttestationType(String)

Determines if two AttestationType values are the same.

Properties

OpenEnclave

OpenEnclave extensions to SGX.

SgxEnclave

Intel Software Guard eXtensions.

Tpm

Edge TPM Virtualization Based Security.

Methods

Equals(AttestationType)

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(AttestationType, AttestationType)

Determines if two AttestationType values are the same.

Implicit(String to AttestationType)

Converts a string to a AttestationType.

Inequality(AttestationType, AttestationType)

Determines if two AttestationType values are not the same.

Applies to