static | CreateFromCertFile(string) : System.Security.Cryptography.X509Certificates.X509CertificateCreate a new X509Certificate object from the specified file. |
static | CreateFromSignedFile(string) : System.Security.Cryptography.X509Certificates.X509CertificateCreate a new X509Certificate instance from an Authenticode(tm) signed file. |
override | Equals(object) : boolDocumentation for this section has not yet been entered. |
| Equals(System.Security.Cryptography.X509Certificates.X509Certificate) : boolDocumentation for this section has not yet been entered. |
| Export(System.Security.Cryptography.X509Certificates.X509ContentType) : byte[]Documentation for this section has not yet been entered. |
| Export(System.Security.Cryptography.X509Certificates.X509ContentType, System.Security.SecureString) : byte[]Documentation for this section has not yet been entered. |
| Export(System.Security.Cryptography.X509Certificates.X509ContentType, string) : byte[]Documentation for this section has not yet been entered. |
| GetCertHash() : byte[]Return a unique hash value for the certificate as an array of bytes. |
| GetCertHashString() : stringReturn a unique hash value for the certificate as an hexadecimal string. |
| GetEffectiveDateString() : stringDocumentation for this section has not yet been entered. |
| GetExpirationDateString() : stringDocumentation for this section has not yet been entered. |
| GetFormat() : stringReturn the type of certificate. |
override | GetHashCode() : intDocumentation for this section has not yet been entered. |
| GetIssuerName() : stringDocumentation for this section has not yet been entered. |
| GetKeyAlgorithm() : stringDocumentation for this section has not yet been entered. |
| GetKeyAlgorithmParameters() : byte[]Documentation for this section has not yet been entered. |
| GetKeyAlgorithmParametersString() : stringDocumentation for this section has not yet been entered. |
| GetName() : stringDocumentation for this section has not yet been entered. |
| GetPublicKey() : byte[]Documentation for this section has not yet been entered. |
| GetPublicKeyString() : stringDocumentation for this section has not yet been entered. |
| GetRawCertData() : byte[]Documentation for this section has not yet been entered. |
| GetRawCertDataString() : stringDocumentation for this section has not yet been entered. |
| GetSerialNumber() : byte[]Return the certificate serial number (a large integer) as an array of bytes. |
| GetSerialNumberString() : stringReturn the certificate serial number (a large integer) as a string. |
| Import(byte[])Documentation for this section has not yet been entered. |
| Import(string)Documentation for this section has not yet been entered. |
| Import(byte[], System.Security.SecureString, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)Documentation for this section has not yet been entered. |
| Import(byte[], string, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)Documentation for this section has not yet been entered. |
| Import(string, System.Security.SecureString, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)Documentation for this section has not yet been entered. |
| Import(string, string, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)Documentation for this section has not yet been entered. |
| Reset()Documentation for this section has not yet been entered. |
override | ToString() : stringGet a textual representation of the object. |
| ToString(bool) : stringGet a textual representation of the object. |