Show / Hide Table of Contents

Class PKCertificate

Inheritance
Object
PKCertificate
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.RestPki.Client
Assembly: Lacuna.RestPki.Client.dll
Syntax
public class PKCertificate

Properties

EmailAddress

Declaration
public string EmailAddress { get; }
Property Value
Type Description
String

Issuer

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

IssuerName

Declaration
public Name IssuerName { get; }
Property Value
Type Description
Name

PkiBrazil

Declaration
public PkiBrazilCertificateFields PkiBrazil { get; }
Property Value
Type Description
PkiBrazilCertificateFields

PkiItaly

Declaration
public PkiItalyCertificateFields PkiItaly { get; }
Property Value
Type Description
PkiItalyCertificateFields

SerialNumber

Declaration
public BigInteger SerialNumber { get; }
Property Value
Type Description
BigInteger

SerialNumberDecimal

Declaration
public string SerialNumberDecimal { get; }
Property Value
Type Description
String

SubjectName

Declaration
public Name SubjectName { get; }
Property Value
Type Description
Name

ThumbprintSHA1

Declaration
public DigestAlgorithmAndValue ThumbprintSHA1 { get; }
Property Value
Type Description
DigestAlgorithmAndValue

ThumbprintSHA256

Declaration
public DigestAlgorithmAndValue ThumbprintSHA256 { get; }
Property Value
Type Description
DigestAlgorithmAndValue

TrustAnchor

Declaration
public PKCertificate TrustAnchor { get; }
Property Value
Type Description
PKCertificate

ValidityEnd

Declaration
public DateTimeOffset ValidityEnd { get; }
Property Value
Type Description
DateTimeOffset

ValidityStart

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