Show / Hide Table of Contents

Class CrlReference

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

Properties

HashAlgorithm

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

HashValue

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

IssuedTime

Optional parameter. It can be null.

Declaration
public DateTimeOffset? IssuedTime { get; }
Property Value
Type Description
Nullable<DateTimeOffset>

Issuer

Optional parameter. It can be null.

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

Number

Optional parameter. It can be null.

Declaration
public BigInteger? Number { get; }
Property Value
Type Description
Nullable<BigInteger>
Back to top Copyright © 2015-2020 Lacuna Software