Show / Hide Table of Contents

Class DigestAlgorithmAndValue

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

Properties

Algorithm

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

HexValue

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

Value

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