Mono Class Library: Overview

System.Security.Cryptography.X509Certificates.X509Certificate2: Members

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

See Also: Inherited members from System.Security.Cryptography.X509Certificates.X509Certificate

Public Constructors

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.
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

Archivedbool. Documentation for this section has not yet been entered.
[read-only]
ExtensionsX509ExtensionCollection. Documentation for this section has not yet been entered.
FriendlyNamestring. Documentation for this section has not yet been entered.
[read-only]
HasPrivateKeybool. Documentation for this section has not yet been entered.
[read-only]
IssuerNameX500DistinguishedName. Documentation for this section has not yet been entered.
[read-only]
NotAfterDateTime. Documentation for this section has not yet been entered.
[read-only]
NotBeforeDateTime. Documentation for this section has not yet been entered.
PrivateKeySystem.Security.Cryptography.AsymmetricAlgorithm. Documentation for this section has not yet been entered.
[read-only]
PublicKeyPublicKey. Documentation for this section has not yet been entered.
[read-only]
RawDatabyte[]. Documentation for this section has not yet been entered.
[read-only]
SerialNumberstring. Documentation for this section has not yet been entered.
[read-only]
SignatureAlgorithmSystem.Security.Cryptography.Oid. Documentation for this section has not yet been entered.
[read-only]
SubjectNameX500DistinguishedName. Documentation for this section has not yet been entered.
[read-only]
Thumbprintstring. Documentation for this section has not yet been entered.
[read-only]
Versionint. Documentation for this section has not yet been entered.

Public Methods

static
GetCertContentType(byte[]) : X509ContentType
Documentation for this section has not yet been entered.
static
GetCertContentType(string) : X509ContentType
Documentation for this section has not yet been entered.
GetNameInfo(X509NameType, bool) : string
Documentation for this section has not yet been entered.
override
Import(byte[])
Documentation for this section has not yet been entered.
override
Import(string)
Documentation for this section has not yet been entered.
override
Import(byte[], System.Security.SecureString, X509KeyStorageFlags)
Documentation for this section has not yet been entered.
override
Import(byte[], string, X509KeyStorageFlags)
Documentation for this section has not yet been entered.
override
Import(string, System.Security.SecureString, X509KeyStorageFlags)
Documentation for this section has not yet been entered.
override
Import(string, string, X509KeyStorageFlags)
Documentation for this section has not yet been entered.
override
Reset()
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.
override
ToString(bool) : string
Documentation for this section has not yet been entered.
Verify() : bool
Documentation for this section has not yet been entered.