Mono Class Library: Overview

System.Security.Cryptography.X509Certificates.X509Certificate: Members

The members of System.Security.Cryptography.X509Certificates.X509Certificate are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.
Construct an X509Certificate object from an array of bytes.
Construct an X509Certificate object from an CryptoAPI certificate context.
Create a new X509Certificate copy from an existing X509Certificate object.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Properties

[read-only]
HandleIntPtr. Documentation for this section has not yet been entered.
[read-only]
Issuerstring. Documentation for this section has not yet been entered.
[read-only]
Subjectstring. Documentation for this section has not yet been entered.

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.

Explicitly Implemented Interface Members

System.Runtime.Serialization.ISerializable.GetObjectDataDocumentation for this section has not yet been entered.
System.Runtime.Serialization.IDeserializationCallback.OnDeserializationDocumentation for this section has not yet been entered.