System.Web.HttpClientCertificate Members

The members of System.Web.HttpClientCertificate are listed below.

See Also: Inherited members from System.Collections.Specialized.NameValueCollection

Public Properties

[read-only]
BinaryIssuerbyte[].

Gets or sets the certificate issuer, in binary format.

[read-only]
CertEncodingint.

Gets the encoding of the certificate.

[read-only]
Certificatebyte[].

Gets a string containing the binary stream of the entire certificate content, in ASN.1 format.

[read-only]
Cookiestring.

Gets the unique ID for the client certificate, if provided.

[read-only]
Flagsint.

A set of flags that provide additional client certificate information.

[read-only]
IsPresentbool.

Gets a value that indicates whether the client certificate is present.

[read-only]
Issuerstring.

A string that contains a list of subfield values containing information about the certificate issuer.

[read-only]
IsValidbool.

Gets a value that indicates whether the client certificate is valid.

[read-only]
KeySizeint.

Gets the number of bits in the digital certificate key size. For example, 128.

[read-only]
PublicKeybyte[].

Gets the public key binary value from the certificate.

[read-only]
SecretKeySizeint.

Gets the number of bits in the server certificate private key. For example, 1024.

[read-only]
SerialNumberstring.

Provides the certificate serial number as an ASCII representation of hexadecimal bytes separated by hyphens. For example, 04-67-F3-02.

[read-only]
ServerIssuerstring.

Gets the issuer field of the server certificate.

[read-only]
ServerSubjectstring.

Gets the subject field of the server certificate.

[read-only]
Subjectstring.

Gets the subject field of the client certificate.

[read-only]
ValidFromDateTime.

Gets the date when the certificate becomes valid. The date varies with international settings.

[read-only]
ValidUntilDateTime.

Gets the certificate expiration date.

Public Methods

override
Get(string) : string

Returns individual client certificate fields by name.