Show / Hide Table of Contents

Class X509

File certificate.

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

Constructors

X509()

Declaration
public X509()

X509(X509)

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

Properties

Algorithm

Certificate algorithm.

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

CertIssuer

Issuer of the certificate.

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

Name

Certificate name.

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

SerialNumber

Certificate serial number.

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

Thumbprint

Certificate thumbprint.

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