Show / Hide Table of Contents

Class OcspReference

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

Properties

HashAlgorithm

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

HashValue

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

IssuedTime

Declaration
public DateTimeOffset IssuedTime { get; }
Property Value
Type Description
DateTimeOffset

IssuerName

Can be null

Declaration
public Name IssuerName { get; }
Property Value
Type Description
Name

KeyIdentifier

Can be null

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