Show / Hide Table of Contents

Class CommitmentType

Inheritance
Object
CommitmentType
Inherited Members
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.Pki
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
Type Description
CommitmentType

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
Type Description
CommitmentType

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
Type Description
CommitmentType

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
Type Description
CommitmentType

ProofOfReceipt

Proof of receipt indicates that signer recognizes to have received the content of the message.

Declaration
public static readonly CommitmentType ProofOfReceipt
Field Value
Type Description
CommitmentType

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
Type Description
CommitmentType

Properties

Oid

Declaration
public string Oid { get; }
Property Value
Type Description
String

Methods

Equals(CommitmentType)

Declaration
public bool Equals(CommitmentType other)
Parameters
Type Name Description
CommitmentType other
Returns
Type Description
Boolean

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
Object obj
Returns
Type Description
Boolean
Overrides
Object.Equals(Object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
Int32
Overrides
Object.GetHashCode()

ToString()

Declaration
public override string ToString()
Returns
Type Description
String
Overrides
Object.ToString()

Operators

Equality(CommitmentType, CommitmentType)

Declaration
public static bool operator ==(CommitmentType a, CommitmentType b)
Parameters
Type Name Description
CommitmentType a
CommitmentType b
Returns
Type Description
Boolean

Inequality(CommitmentType, CommitmentType)

Declaration
public static bool operator !=(CommitmentType a, CommitmentType b)
Parameters
Type Name Description
CommitmentType a
CommitmentType b
Returns
Type Description
Boolean
Back to top Copyright © 2015-2020 Lacuna Software