X509Certificate Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| CreateFromCertFile | Creates an X.509v3 certificate from the specified certification file. |
| CreateFromSignedFile | Creates an X.509v3 certificate from the specified signed file. |
| Equals | Overloaded. Overridden. Compares two X509Certificate objects for equality. |
| Export | Overloaded. Exports the current X509Certificate object to a byte array. |
| GetCertHash | Returns the hash value for the X.509v3 certificate as an array of bytes. |
| GetCertHashString | Returns the hash value for the X.509v3 certificate as a hexadecimal string. |
| GetEffectiveDateString | Returns the effective date of this X.509v3 certificate. |
| GetExpirationDateString | Returns the expiration date of this X.509v3 certificate. |
| GetFormat | Returns the name of the format of this X.509v3 certificate. |
| GetHashCode | Overridden. Returns the hash code for the X.509v3 certificate as an integer. |
| GetIssuerName | Returns the name of the certification authority that issued the X.509v3 certificate. |
| GetKeyAlgorithm | Returns the key algorithm information for this X.509v3 certificate. |
| GetKeyAlgorithmParameters | Returns the key algorithm parameters for the X.509v3 certificate. |
| GetKeyAlgorithmParametersString | Returns the key algorithm parameters for the X.509v3 certificate. |
| GetName | Returns the name of the principal to which the certificate was issued. |
| GetPublicKey | Returns the public key for the X.509v3 certificate. |
| GetPublicKeyString | Returns the public key for the X.509v3 certificate. |
| GetRawCertData | Returns the raw data for the entire X.509v3 certificate. |
| GetRawCertDataString | Returns the raw data for the entire X.509v3 certificate. |
| GetSerialNumber | Returns the serial number of the X.509v3 certificate. |
| GetSerialNumberString | Returns the serial number of the X.509v3 certificate. |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| Import | Overloaded. Populates an X509Certificate object. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| Reset | Resets the state of the X509Certificate2 object. |
| ToString | Overloaded. Overridden. Returns a string representation of the current X509Certificate object. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| System.Runtime.Serialization.IDeserializationCallback.OnDeserialization | Implements the ISerializable interface and is called back by the deserialization event when deserialization is complete. |
| System.Runtime.Serialization.ISerializable.GetObjectData | Gets serialization information with all the data needed to recreate an instance of the current X509Certificate object. |