Show / Hide Table of Contents
Editar no GitHub

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

| Improve this Doc View Source

HashAlgorithm

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

HashValue

Declaration
public byte[] HashValue { get; }
Property Value
Type Description
Byte[]
| Improve this Doc View Source

IssuedTime

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

IssuerName

Can be null

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

KeyIdentifier

Can be null

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