ReceiptContents 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.
The contents of a receipt.
public class ReceiptContents : System.ClientModel.Primitives.IJsonModel<Azure.Security.ConfidentialLedger.Models.ReceiptContents>, System.ClientModel.Primitives.IPersistableModel<Azure.Security.ConfidentialLedger.Models.ReceiptContents>
type ReceiptContents = class
interface IJsonModel<ReceiptContents>
interface IPersistableModel<ReceiptContents>
Public Class ReceiptContents
Implements IJsonModel(Of ReceiptContents), IPersistableModel(Of ReceiptContents)
- Inheritance
-
ReceiptContents
- Implements
Properties
| Name | Description |
|---|---|
| Cert |
Certificate. |
| Leaf |
Leaf. |
| LeafComponents |
Leaf components of the receipt. |
| NodeId |
Node identifier. |
| Proof |
Proof. |
| Root |
Root. |
| ServiceEndorsements |
Service endorsements. |
| Signature |
The signature of the receipt. |