Show / Hide Table of Contents
Editar no GitHub

Class SignerBStamp

Inheritance
Object
SignerBStamp
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.RestPki.Client
Assembly: Lacuna.RestPki.Client.dll
Syntax
public class SignerBStamp

Properties

| Improve this Doc View Source

Blockchain

Declaration
public Blockchains Blockchain { get; set; }
Property Value
Type Description
Lacuna.RestPki.Api.Blockchains
| Improve this Doc View Source

CertificateDigests

Declaration
public IEnumerable<DigestAlgorithmAndValue> CertificateDigests { get; set; }
Property Value
Type Description
IEnumerable<DigestAlgorithmAndValue>
| Improve this Doc View Source

CrlsDigests

Declaration
public IEnumerable<DigestAlgorithmAndValue> CrlsDigests { get; set; }
Property Value
Type Description
IEnumerable<DigestAlgorithmAndValue>
| Improve this Doc View Source

SignatureDigest

Declaration
public DigestAlgorithmAndValue SignatureDigest { get; set; }
Property Value
Type Description
DigestAlgorithmAndValue
| Improve this Doc View Source

TransactionDate

Declaration
public DateTimeOffset TransactionDate { get; set; }
Property Value
Type Description
DateTimeOffset
| Improve this Doc View Source

TransactionId

Declaration
public string TransactionId { get; set; }
Property Value
Type Description
String
Back to top Copyright © 2015-2020 Lacuna Software