Class CrlReference
Assembly: Lacuna.Pki.dll
Syntax
public class CrlReference
Properties
HashAlgorithm
Declaration
public DigestAlgorithm HashAlgorithm { get; }
Property Value
HashValue
Declaration
public byte[] HashValue { get; }
Property Value
IssuedTime
Optional parameter. It can be null.
Declaration
public DateTimeOffset? IssuedTime { get; }
Property Value
Issuer
Optional parameter. It can be null.
Declaration
public Name Issuer { get; }
Property Value
Number
Optional parameter. It can be null.
Declaration
public BigInteger? Number { get; }
Property Value