Class PKCertificate
Inheritance
PKCertificate
Assembly: Lacuna.RestPki.Client.dll
Syntax
public class PKCertificate
Properties
|
Improve this Doc
View Source
EmailAddress
Declaration
public string EmailAddress { get; }
Property Value
|
Improve this Doc
View Source
Issuer
Declaration
public PKCertificate Issuer { get; }
Property Value
|
Improve this Doc
View Source
IssuerName
Declaration
public Name IssuerName { get; }
Property Value
|
Improve this Doc
View Source
PkiBrazil
Declaration
public PkiBrazilCertificateFields PkiBrazil { get; }
Property Value
|
Improve this Doc
View Source
PkiItaly
Declaration
public PkiItalyCertificateFields PkiItaly { get; }
Property Value
|
Improve this Doc
View Source
SerialNumber
Declaration
public BigInteger SerialNumber { get; }
Property Value
|
Improve this Doc
View Source
SerialNumberDecimal
Declaration
public string SerialNumberDecimal { get; }
Property Value
|
Improve this Doc
View Source
SubjectName
Declaration
public Name SubjectName { get; }
Property Value
|
Improve this Doc
View Source
ThumbprintSHA1
Declaration
public DigestAlgorithmAndValue ThumbprintSHA1 { get; }
Property Value
|
Improve this Doc
View Source
ThumbprintSHA256
Declaration
public DigestAlgorithmAndValue ThumbprintSHA256 { get; }
Property Value
|
Improve this Doc
View Source
TrustAnchor
Declaration
public PKCertificate TrustAnchor { get; }
Property Value
|
Improve this Doc
View Source
ValidityEnd
Declaration
public DateTimeOffset ValidityEnd { get; }
Property Value
|
Improve this Doc
View Source
ValidityStart
Declaration
public DateTimeOffset ValidityStart { get; }
Property Value