Show / Hide Table of Contents

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

Blockchain

Declaration
public Blockchains Blockchain { get; set; }
Property Value
Type Description
Lacuna.RestPki.Api.Blockchains

BlockDate

Declaration
public DateTimeOffset BlockDate { get; set; }
Property Value
Type Description
DateTimeOffset

BlockNumber

Declaration
public long BlockNumber { get; set; }
Property Value
Type Description
Int64

DocumentDigests

Declaration
public List<DigestAlgorithmAndValue> DocumentDigests { get; set; }
Property Value
Type Description
List<DigestAlgorithmAndValue>

IndexDigests

Declaration
public List<DigestAlgorithmAndValue> IndexDigests { get; set; }
Property Value
Type Description
List<DigestAlgorithmAndValue>

IndexFile

Declaration
public FileResult IndexFile { get; set; }
Property Value
Type Description
FileResult

TransactionId

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