ApplicationClaim 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.
A claim of a ledger application.
public class ApplicationClaim : System.ClientModel.Primitives.IJsonModel<Azure.Security.ConfidentialLedger.Models.ApplicationClaim>, System.ClientModel.Primitives.IPersistableModel<Azure.Security.ConfidentialLedger.Models.ApplicationClaim>
type ApplicationClaim = class
interface IJsonModel<ApplicationClaim>
interface IPersistableModel<ApplicationClaim>
Public Class ApplicationClaim
Implements IJsonModel(Of ApplicationClaim), IPersistableModel(Of ApplicationClaim)
- Inheritance
-
ApplicationClaim
- Implements
Properties
| Name | Description |
|---|---|
| Digest |
An application claim in digested form. |
| Kind |
Represents the kind of an application claim. |
| LedgerEntry |
An application claim derived from ledger entry data. |