ConfidentialLedgerModelFactory.ClaimDigest Method
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 static Azure.Security.ConfidentialLedger.Models.ClaimDigest ClaimDigest(string value = default, Azure.Security.ConfidentialLedger.Models.ApplicationClaimProtocol protocol = default);
static member ClaimDigest : string * Azure.Security.ConfidentialLedger.Models.ApplicationClaimProtocol -> Azure.Security.ConfidentialLedger.Models.ClaimDigest
Public Shared Function ClaimDigest (Optional value As String = Nothing, Optional protocol As ApplicationClaimProtocol = Nothing) As ClaimDigest
Parameters
- value
- String
The digest of the application claim, in hexadecimal form.
- protocol
- ApplicationClaimProtocol
Represents the protocol to be used to compute the digest of a claim from the given claim data.
Returns
A new ClaimDigest instance for mocking.