Class CertificateObject
Inheritance
System.Object
CertificateObject
Assembly: AsaLib.dll
Syntax
public class CertificateObject : CollectObject
Constructors
|
Improve this Doc
View Source
CertificateObject(String, String, SerializableCertificate)
Declaration
public CertificateObject(string StoreLocation, string StoreName, SerializableCertificate Certificate)
Parameters
Properties
|
Improve this Doc
View Source
Certificate
A serializable representation of the Certificate.
Declaration
public SerializableCertificate Certificate { get; set; }
Property Value
|
Improve this Doc
View Source
CertificateHashString
See Certificate.CertHashString
Declaration
public string CertificateHashString { get; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Identity
The identity of a CertificateObject is based on the StoreLocation, StoreName and
CertificateHashString of the CertificateObject
Declaration
public override string Identity { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
|
Improve this Doc
View Source
Pkcs7
The exported Pkcs7 of the certificate. Not guaranteed to be non-null.
Declaration
public string? Pkcs7 { get; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
StoreLocation
The Store Location or Location on Disk where the Certificate was found
Declaration
public string StoreLocation { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
StoreName
The Name of an X509 Store or another source (like the filesystem)
Declaration
public string StoreName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Subject
Declaration
public string Subject { get; }
Property Value
| Type |
Description |
| System.String |
|