Class CertificateReference
Inheritance
CertificateReference
Assembly: Lacuna.Pki.dll
Syntax
public class CertificateReference
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
Issuer
Optitional parameter. It can be null
Declaration
public GeneralNames Issuer { get; }
Property Value
|
Improve this Doc
View Source
SerialNumber
Optional parameter. It can be null
Declaration
public BigInteger? SerialNumber { get; }
Property Value