Show / Hide Table of Contents

Class ClientSideSignatureInstructions

Inheritance
Object
ClientSideSignatureInstructions
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 ClientSideSignatureInstructions

Properties

DigestAlgorithm

Declaration
public DigestAlgorithm DigestAlgorithm { get; }
Property Value
Type Description
DigestAlgorithm

DigestAlgorithmOid

Declaration
public string DigestAlgorithmOid { get; }
Property Value
Type Description
String

Token

Declaration
public string Token { get; }
Property Value
Type Description
String

ToSignData

Declaration
public byte[] ToSignData { get; }
Property Value
Type Description
Byte[]

ToSignHash

Declaration
public byte[] ToSignHash { get; }
Property Value
Type Description
Byte[]
Back to top Copyright © 2015-2020 Lacuna Software