EnclaveQuote Class
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.
Contains the enclave quote.
public class EnclaveQuote : System.ClientModel.Primitives.IJsonModel<Azure.Security.ConfidentialLedger.Models.EnclaveQuote>, System.ClientModel.Primitives.IPersistableModel<Azure.Security.ConfidentialLedger.Models.EnclaveQuote>
type EnclaveQuote = class
interface IJsonModel<EnclaveQuote>
interface IPersistableModel<EnclaveQuote>
Public Class EnclaveQuote
Implements IJsonModel(Of EnclaveQuote), IPersistableModel(Of EnclaveQuote)
- Inheritance
-
EnclaveQuote
- Implements
Properties
| Name | Description |
|---|---|
| Mrenclave |
MRENCLAVE value of the code running in the enclave. |
| NodeId |
ID assigned to this node. |
| QuoteVersion |
Version of the quote presented. |
| Raw |
Raw SGX quote, parsable by tools like Open Enclave's oeverify. |