Show / Hide Table of Contents
Editar no GitHub

Class SignatureBStamp

Inheritance
Object
SignatureBStamp
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
[Obsolete]
public class SignatureBStamp

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

BlockDate

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

BlockNumber

Declaration
public long BlockNumber { get; set; }
Property Value
Type Description
Int64
| Improve this Doc View Source

DocumentDigests

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

IndexDigests

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

IndexFile

Declaration
public FileResult IndexFile { get; set; }
Property Value
Type Description
FileResult
| 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