Show / Hide Table of Contents
Editar no GitHub

Class CertificateId

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

Properties

| Improve this Doc View Source

IssuerKeyHash

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

IssuerNameHash

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

SerialNumber

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