Show / Hide Table of Contents

Class Certificate

Certificate information

Inheritance
object
Certificate
Implements
IMessage<Certificate>
IEquatable<Certificate>
IDeepCloneable<Certificate>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class Certificate : IMessage<Certificate>, IEquatable<Certificate>, IDeepCloneable<Certificate>, IBufferMessage, IMessage

Constructors

Certificate()

Declaration
public Certificate()

Certificate(Certificate)

Declaration
public Certificate(Certificate other)
Parameters
Type Name Description
Certificate other

Properties

Issuer

Issuer of the certificate.

Declaration
public string Issuer { get; set; }
Property Value
Type Description
string

Md5

The MD5 hash of the certificate, as a hex-encoded string.

Declaration
public string Md5 { get; set; }
Property Value
Type Description
string

NotAfter

Indicates when the certificate is no longer valid.

Declaration
public Timestamp NotAfter { get; set; }
Property Value
Type Description
Timestamp

NotBefore

Indicates when the certificate is first valid.

Declaration
public Timestamp NotBefore { get; set; }
Property Value
Type Description
Timestamp

Serial

Certificate serial number.

Declaration
public string Serial { get; set; }
Property Value
Type Description
string

Sha1

The SHA1 hash of the certificate, as a hex-encoded string.

Declaration
public string Sha1 { get; set; }
Property Value
Type Description
string

Sha256

The SHA256 hash of the certificate, as a hex-encoded string.

Declaration
public string Sha256 { get; set; }
Property Value
Type Description
string

Subject

Subject of the certificate.

Declaration
public string Subject { get; set; }
Property Value
Type Description
string

Version

Certificate version.

Declaration
public string Version { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX