Show / Hide Table of Contents

Class CertificateReference

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

Properties

HashAlgorithm

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

HashValue

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

Issuer

Optitional parameter. It can be null

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

SerialNumber

Optional parameter. It can be null

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