X509Certificate Methods
The methods of the X509Certificate class are listed here. For a complete list of X509Certificate class members, see the X509Certificate Members topic.
Public Methods
![]() CreateFromCertFile | Creates an X.509v3 certificate from the specified certification file. |
![]() CreateFromSignedFile | Creates an X.509v3 certificate from the specified signed file. |
Equals Supported by the .NET Compact Framework. | Overloaded. Compares two objects for equality. |
GetCertHash Supported by the .NET Compact Framework. | Returns the hash value for the X.509v3 certificate as an array of bytes. |
GetCertHashString Supported by the .NET Compact Framework. | Returns the hash value for the X.509v3 certificate as a hexadecimal string. |
GetEffectiveDateString Supported by the .NET Compact Framework. | Returns the effective date of this X.509v3 certificate. |
GetExpirationDateString Supported by the .NET Compact Framework. | Returns the expiration date of this X.509v3 certificate. |
GetFormat Supported by the .NET Compact Framework. | Returns the name of the format of this X.509v3 certificate. |
GetHashCode Supported by the .NET Compact Framework. | Overridden. Returns the hash code for the X.509v3 certificate as an integer. |
GetIssuerName Supported by the .NET Compact Framework. | Returns the name of the certification authority that issued the X.509v3 certificate. |
GetKeyAlgorithm Supported by the .NET Compact Framework. | Returns the key algorithm information for this X.509v3 certificate. |
GetKeyAlgorithmParameters Supported by the .NET Compact Framework. | Returns the key algorithm parameters for the X.509v3 certificate. |
GetKeyAlgorithmParametersString Supported by the .NET Compact Framework. | Returns the key algorithm parameters for the X.509v3 certificate. |
GetName Supported by the .NET Compact Framework. | Returns the name of the principal to which the certificate was issued. |
GetPublicKey Supported by the .NET Compact Framework. | Returns the public key for the X.509v3 certificate. |
GetPublicKeyString Supported by the .NET Compact Framework. | Returns the public key for the X.509v3 certificate. |
GetRawCertData Supported by the .NET Compact Framework. | Returns the raw data for the entire X.509v3 certificate. |
GetRawCertDataString Supported by the .NET Compact Framework. | Returns the raw data for the entire X.509v3 certificate. |
GetSerialNumber Supported by the .NET Compact Framework. | Returns the serial number of the X.509v3 certificate. |
GetSerialNumberString Supported by the .NET Compact Framework. | Returns the serial number of the X.509v3 certificate. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. | Gets the Type of the current instance. |
ToString Supported by the .NET Compact Framework. | Overloaded. Overridden. Returns a string representation of the current X509Certificate object. |
Protected Methods
Finalize (inherited from Object)
Supported by the .NET Compact Framework. | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. | Creates a shallow copy of the current Object. |
See Also
X509Certificate Class | System.Security.Cryptography.X509Certificates Namespace
