Mono Class Library: Overview

System.Security.Cryptography.X509Certificates.X509Certificate: Method Members

The methods of System.Security.Cryptography.X509Certificates.X509Certificate are listed below. For a list of all members, see the X509Certificate Members list.

See Also: Inherited members from System.Object

Public Methods

static
CreateFromCertFile(string) : System.Security.Cryptography.X509Certificates.X509Certificate
Create a new X509Certificate object from the specified file.
static
CreateFromSignedFile(string) : System.Security.Cryptography.X509Certificates.X509Certificate
Create a new X509Certificate instance from an Authenticode(tm) signed file.
override
Equals(object) : bool
Documentation for this section has not yet been entered.
Equals(System.Security.Cryptography.X509Certificates.X509Certificate) : bool
Documentation 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() : string
Return a unique hash value for the certificate as an hexadecimal string.
GetEffectiveDateString() : string
Documentation for this section has not yet been entered.
GetExpirationDateString() : string
Documentation for this section has not yet been entered.
GetFormat() : string
Return the type of certificate.
override
GetHashCode() : int
Documentation for this section has not yet been entered.
GetIssuerName() : string
Documentation for this section has not yet been entered.
GetKeyAlgorithm() : string
Documentation for this section has not yet been entered.
GetKeyAlgorithmParameters() : byte[]
Documentation for this section has not yet been entered.
GetKeyAlgorithmParametersString() : string
Documentation for this section has not yet been entered.
GetName() : string
Documentation for this section has not yet been entered.
GetPublicKey() : byte[]
Documentation for this section has not yet been entered.
GetPublicKeyString() : string
Documentation for this section has not yet been entered.
GetRawCertData() : byte[]
Documentation for this section has not yet been entered.
GetRawCertDataString() : string
Documentation for this section has not yet been entered.
GetSerialNumber() : byte[]
Return the certificate serial number (a large integer) as an array of bytes.
GetSerialNumberString() : string
Return 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() : string
Get a textual representation of the object.
ToString(bool) : string
Get a textual representation of the object.