Show / Hide Table of Contents
Editar no GitHub

Class DigestAlgorithmAndValue

Inheritance
Object
DigestAlgorithmAndValue
Inherited Members
Object.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.Pki
Assembly: Lacuna.Pki.dll
Syntax
public class DigestAlgorithmAndValue

Constructors

| Improve this Doc View Source

DigestAlgorithmAndValue(DigestAlgorithm, Byte[])

Declaration
public DigestAlgorithmAndValue(DigestAlgorithm digestAlgorithm, byte[] digestValue)
Parameters
Type Name Description
DigestAlgorithm digestAlgorithm
Byte[] digestValue

Properties

| Improve this Doc View Source

Algorithm

Declaration
public DigestAlgorithm Algorithm { get; }
Property Value
Type Description
DigestAlgorithm
| Improve this Doc View Source

Value

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

Methods

| Improve this Doc View Source

CheckValueLength()

Declaration
public void CheckValueLength()
| Improve this Doc View Source

Equals(DigestAlgorithmAndValue)

Declaration
public bool Equals(DigestAlgorithmAndValue other)
Parameters
Type Name Description
DigestAlgorithmAndValue other
Returns
Type Description
Boolean
| Improve this Doc View Source

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
Object obj
Returns
Type Description
Boolean
Overrides
Object.Equals(Object)
| Improve this Doc View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
Int32
Overrides
Object.GetHashCode()
Back to top Copyright © 2015-2020 Lacuna Software