CommitmentType
Namespace: Lacuna.Pki
Assembly: Lacuna.Pki
Class
public class CommitmentType
Hierarquia: object → CommitmentType
Campos
ProofOfApproval
Proof of approval indicates that the signer has approved the content of the message.
public static readonly CommitmentType ProofOfApproval
Retorno
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
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
ProofOfOrigin
Proof of origin indicates that the signer recognizes to have created, approved, and sent the message.
public static readonly CommitmentType ProofOfOrigin
Retorno
ProofOfReceipt
Proof of receipt indicates that signer recognizes to have received the content of the message.
public static readonly CommitmentType ProofOfReceipt
Retorno
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
Propriedades
Oid
public string Oid { get; }
Retorno
Métodos
Equals(CommitmentType)
public bool Equals(CommitmentType other)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
other | CommitmentType |
Retorno
Equals(object)
public override bool Equals(object obj)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
obj | object |
Retorno
GetHashCode()
public override int GetHashCode()
Retorno
ToString()
public override string ToString()
Retorno
Operadores
operator !=(CommitmentType, CommitmentType)
public static bool operator !=(CommitmentType a, CommitmentType b)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
a | CommitmentType | |
b | CommitmentType |
Retorno
operator ==(CommitmentType, CommitmentType)
public static bool operator ==(CommitmentType a, CommitmentType b)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
a | CommitmentType | |
b | CommitmentType |
Retorno
Membros herdados
Equals(object, object), ReferenceEquals(object, object), GetType(), MemberwiseClone()