Class CommitmentType
Inheritance
CommitmentType
Assembly: Lacuna.Pki.dll
Syntax
public class CommitmentType
Fields
ProofOfApproval
Proof of approval indicates that the signer has approved the content of the message.
Declaration
public static readonly CommitmentType ProofOfApproval
Field Value
ProofOfCreation
Proof of creation indicates that the signer has created the message (but not necessarily approved, nor sent it).
Declaration
public static readonly CommitmentType ProofOfCreation
Field Value
ProofOfDelivery
Proof of delivery indicates that the TSP providing that indication has delivered a message in a local store accessible to the recipient of the message.
Declaration
public static readonly CommitmentType ProofOfDelivery
Field Value
ProofOfOrigin
Proof of origin indicates that the signer recognizes to have created, approved, and sent the message.
Declaration
public static readonly CommitmentType ProofOfOrigin
Field Value
ProofOfReceipt
Proof of receipt indicates that signer recognizes to have received the content of the message.
Declaration
public static readonly CommitmentType ProofOfReceipt
Field Value
ProofOfSender
Proof of sender indicates that the entity providing that indication has sent the message(but not necessarily created it).
Declaration
public static readonly CommitmentType ProofOfSender
Field Value
Properties
Oid
Declaration
public string Oid { get; }
Property Value
Methods
Equals(CommitmentType)
Declaration
public bool Equals(CommitmentType other)
Parameters
Returns
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
ToString()
Declaration
public override string ToString()
Returns
Overrides
Operators
Equality(CommitmentType, CommitmentType)
Declaration
public static bool operator ==(CommitmentType a, CommitmentType b)
Parameters
Returns
Inequality(CommitmentType, CommitmentType)
Declaration
public static bool operator !=(CommitmentType a, CommitmentType b)
Parameters
Returns