Show / Hide Table of Contents

Class SerializableCertificate

Inheritance
System.Object
SerializableCertificate
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.CST.AttackSurfaceAnalyzer.Objects
Assembly: AsaLib.dll
Syntax
public class SerializableCertificate

Constructors

| Improve this Doc View Source

SerializableCertificate(X509Certificate2)

Declaration
public SerializableCertificate(X509Certificate2 certificate)
Parameters
Type Name Description
System.Security.Cryptography.X509Certificates.X509Certificate2 certificate
| Improve this Doc View Source

SerializableCertificate(String, String, String, DateTime, DateTime, String, String, String, String)

Declaration
public SerializableCertificate(string Thumbprint, string Subject, string PublicKey, DateTime NotAfter, DateTime NotBefore, string Issuer, string SerialNumber, string CertHashString, string Pkcs7)
Parameters
Type Name Description
System.String Thumbprint
System.String Subject
System.String PublicKey
System.DateTime NotAfter
System.DateTime NotBefore
System.String Issuer
System.String SerialNumber
System.String CertHashString
System.String Pkcs7

Properties

| Improve this Doc View Source

CertHashString

Declaration
public string CertHashString { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Issuer

Declaration
public string Issuer { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

NotAfter

Declaration
public DateTime NotAfter { get; set; }
Property Value
Type Description
System.DateTime
| Improve this Doc View Source

NotBefore

Declaration
public DateTime NotBefore { get; set; }
Property Value
Type Description
System.DateTime
| Improve this Doc View Source

Pkcs7

Declaration
public string Pkcs7 { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PublicKey

Declaration
public string PublicKey { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SerialNumber

Declaration
public string SerialNumber { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Subject

Declaration
public string Subject { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Thumbprint

Declaration
public string Thumbprint { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX