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