Language

ConfidentialLedgerModelFactory.EnclaveQuote Method

Definition

Contains the enclave quote.

public static Azure.Security.ConfidentialLedger.Models.EnclaveQuote EnclaveQuote(string nodeId = default, string mrenclave = default, string quoteVersion = default, string raw = default);
static member EnclaveQuote : string * string * string * string -> Azure.Security.ConfidentialLedger.Models.EnclaveQuote
Public Shared Function EnclaveQuote (Optional nodeId As String = Nothing, Optional mrenclave As String = Nothing, Optional quoteVersion As String = Nothing, Optional raw As String = Nothing) As EnclaveQuote

Parameters

nodeId
String

ID assigned to this node.

mrenclave
String

MRENCLAVE value of the code running in the enclave.

quoteVersion
String

Version of the quote presented.

raw
String

Raw SGX quote, parsable by tools like Open Enclave's oeverify.

Returns

A new EnclaveQuote instance for mocking.

Applies to