Show / Hide Table of Contents
Editar no GitHub

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

| 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

Optional parameter. It can be null.

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

Issuer

Optional parameter. It can be null.

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

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