Language

ApplicationClaimProtocol Struct

Definition

Represents the protocol to be used to compute the digest of a claim from the given claim data.

public readonly struct ApplicationClaimProtocol : IEquatable<Azure.Security.ConfidentialLedger.Models.ApplicationClaimProtocol>
type ApplicationClaimProtocol = struct
Public Structure ApplicationClaimProtocol
Implements IEquatable(Of ApplicationClaimProtocol)
Inheritance
ApplicationClaimProtocol
Implements

Constructors

Name Description
ApplicationClaimProtocol(String)

Initializes a new instance of ApplicationClaimProtocol.

Properties

Name Description
LedgerEntryV1

Ledger Entry V1 protocol.

Methods

Name Description
Equals(ApplicationClaimProtocol)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(ApplicationClaimProtocol, ApplicationClaimProtocol)

Determines if two ApplicationClaimProtocol values are the same.

Implicit(String to ApplicationClaimProtocol)

Converts a string to a ApplicationClaimProtocol.

Implicit(String to Nullable<ApplicationClaimProtocol>)
Inequality(ApplicationClaimProtocol, ApplicationClaimProtocol)

Determines if two ApplicationClaimProtocol values are not the same.

Applies to