The properties of System.Web.HttpClientCertificate are listed below. For a list of all members, see the HttpClientCertificate Members list.
See Also: Inherited members from System.Collections.Specialized.NameValueCollection
[read-only] | BinaryIssuer | byte[].
Gets or sets the certificate issuer, in binary format. |
[read-only] | CertEncoding | int.
Gets the encoding of the certificate. |
[read-only] | Certificate | byte[].
Gets a string containing the binary stream of the entire certificate content, in ASN.1 format. |
[read-only] | Cookie | string.
Gets the unique ID for the client certificate, if provided. |
[read-only] | Flags | int.
A set of flags that provide additional client certificate information. |
[read-only] | IsPresent | bool.
Gets a value that indicates whether the client certificate is present. |
[read-only] | Issuer | string.
A string that contains a list of subfield values containing information about the certificate issuer. |
[read-only] | IsValid | bool.
Gets a value that indicates whether the client certificate is valid. |
[read-only] | KeySize | int.
Gets the number of bits in the digital certificate key size. For example, 128. |
[read-only] | PublicKey | byte[].
Gets the public key binary value from the certificate. |
[read-only] | SecretKeySize | int.
Gets the number of bits in the server certificate private key. For example, 1024. |
[read-only] | SerialNumber | string.
Provides the certificate serial number as an ASCII representation of hexadecimal bytes separated by hyphens. For example, 04-67-F3-02. |
[read-only] | ServerIssuer | string.
Gets the issuer field of the server certificate. |
[read-only] | ServerSubject | string.
Gets the subject field of the server certificate. |
[read-only] | Subject | string.
Gets the subject field of the client certificate. |
[read-only] | ValidFrom | DateTime.
Gets the date when the certificate becomes valid. The date varies with international settings. |
[read-only] | ValidUntil | DateTime.
Gets the certificate expiration date. |