X509Certificate2Proxy
Wraps an instance of X509Certificate2.
Gets the DNS name of the server to which this certificate was issued.
Gets the certificates DNS issuer name and subject.
Gets or sets the friendly name of this certificate.
Gets the certificate's hash.
Gets the handle to the unmanaged representation of this certificate.
Indicates whether or not this certificate is still valid.
Gets the name of the certificate authority that issued this certificate.
Inidicates whether or not this chain of trust associated with this certificate is valid.
Indicates whether or not the certificate is valid in the local domain.
Gets the expiration date of this certificate.
Gets the date on which this certificate becomes valid.
Gets a reference to this certificate.
Gets or sets the parent store in which this certificate is stored.
Gets the raw byte data of this certificate.
Gets the simple name of the server to which this certificate was issued.
Gets the certificates simple issuer name and subject.
Gets the subject of this certificate.
Gets the thumbprint of this certificate.
Inidicates whether or not this chain of trust associated with this certificate is valid.
Initializes a new instance of X509Certificate2Proxy with the provided backing certificate.
Initializes a new instance of X509Certificate2Proxy with the provided backing certificate and store name.
Initializes a new instance of X509Certificate2Proxy with the provided certificate file name and in the specified. store.
Initializes a new instance of X509Certificate2Proxy with the provided certificate file name and in the specified. store.
Gets the full name of this certificate.
Gets the domain split of the provided string.
E.g "http://foo.bar.baz.com/" -> {"foo","bar","baz","com"}
Indicates whether or not the given domain is valid in the local domain.