Show / Hide Table of Contents

Class SignatureAlgorithmAndValue

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

Constructors

SignatureAlgorithmAndValue(SignatureAlgorithmAndValueModel)

Declaration
public SignatureAlgorithmAndValue(SignatureAlgorithmAndValueModel model)
Parameters
Type Name Description
Lacuna.RestPki.Api.SignatureAlgorithmAndValueModel model

Properties

Algorithm

Declaration
public SignatureAlgorithm Algorithm { get; }
Property Value
Type Description
SignatureAlgorithm

Value

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