ClaimDigest 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.
An application claim in digested form.
public class ClaimDigest : System.ClientModel.Primitives.IJsonModel<Azure.Security.ConfidentialLedger.Models.ClaimDigest>, System.ClientModel.Primitives.IPersistableModel<Azure.Security.ConfidentialLedger.Models.ClaimDigest>
type ClaimDigest = class
interface IJsonModel<ClaimDigest>
interface IPersistableModel<ClaimDigest>
Public Class ClaimDigest
Implements IJsonModel(Of ClaimDigest), IPersistableModel(Of ClaimDigest)
- Inheritance
-
ClaimDigest
- Implements
Properties
| Name | Description |
|---|---|
| Protocol |
Represents the protocol to be used to compute the digest of a claim from the given claim data. |
| Value |
The digest of the application claim, in hexadecimal form. |