Pular para o conteúdo principal

CommitmentType

Namespace: Lacuna.Pki
Assembly: Lacuna.Pki
Class

public class CommitmentType

Hierarquia: objectCommitmentType

Campos

ProofOfApproval

Proof of approval indicates that the signer has approved the content of the message.

public static readonly CommitmentType ProofOfApproval

Retorno

CommitmentType


ProofOfCreation

Proof of creation indicates that the signer has created the message (but not necessarily approved, nor sent it).

public static readonly CommitmentType ProofOfCreation

Retorno

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.

public static readonly CommitmentType ProofOfDelivery

Retorno

CommitmentType


ProofOfOrigin

Proof of origin indicates that the signer recognizes to have created, approved, and sent the message.

public static readonly CommitmentType ProofOfOrigin

Retorno

CommitmentType


ProofOfReceipt

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

public static readonly CommitmentType ProofOfReceipt

Retorno

CommitmentType


ProofOfSender

Proof of sender indicates that the entity providing that indication has sent the message(but not necessarily created it).

public static readonly CommitmentType ProofOfSender

Retorno

CommitmentType


Propriedades

Oid

public string Oid { get; }

Retorno

string


Métodos

Equals(CommitmentType)

public bool Equals(CommitmentType other)

Parâmetros

NomeTipoDescrição
otherCommitmentType

Retorno

bool


Equals(object)

public override bool Equals(object obj)

Parâmetros

NomeTipoDescrição
objobject

Retorno

bool


GetHashCode()

public override int GetHashCode()

Retorno

int


ToString()

public override string ToString()

Retorno

string


Operadores

operator !=(CommitmentType, CommitmentType)

public static bool operator !=(CommitmentType a, CommitmentType b)

Parâmetros

NomeTipoDescrição
aCommitmentType
bCommitmentType

Retorno

bool


operator ==(CommitmentType, CommitmentType)

public static bool operator ==(CommitmentType a, CommitmentType b)

Parâmetros

NomeTipoDescrição
aCommitmentType
bCommitmentType

Retorno

bool


Membros herdados

Equals(object, object), ReferenceEquals(object, object), GetType(), MemberwiseClone()