Class CommitmentType
Inheritance
CommitmentType
Assembly: Lacuna.Pki.dll
Syntax
public class CommitmentType
Fields
|
Improve this Doc
View Source
ProofOfApproval
Proof of approval indicates that the signer has approved the content of the message.
Declaration
public static readonly CommitmentType ProofOfApproval
Field Value
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
ProofOfReceipt
Proof of receipt indicates that signer recognizes to have received the content of the message.
Declaration
public static readonly CommitmentType ProofOfReceipt
Field Value
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
Oid
Declaration
public string Oid { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(CommitmentType)
Declaration
public bool Equals(CommitmentType other)
Parameters
Returns
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Operators
|
Improve this Doc
View Source
Equality(CommitmentType, CommitmentType)
Declaration
public static bool operator ==(CommitmentType a, CommitmentType b)
Parameters
Returns
|
Improve this Doc
View Source
Inequality(CommitmentType, CommitmentType)
Declaration
public static bool operator !=(CommitmentType a, CommitmentType b)
Parameters
Returns