This documentation is archived and is not being maintained.
HttpClientCertificate Properties
.NET Framework 1.1
The properties of the HttpClientCertificate class are listed here. For a complete list of HttpClientCertificate class members, see the HttpClientCertificate Members topic.
Public Properties
AllKeys (inherited from NameValueCollection) | Gets all the keys in the NameValueCollection. |
BinaryIssuer | Gets or sets the certificate issuer, in binary format. |
CertEncoding | Gets the encoding of the certificate. |
Certificate | Gets a string containing the binary stream of the entire certificate content, in ASN.1 format. |
Cookie | Gets the unique ID for the client certificate, if provided. |
Count (inherited from NameObjectCollectionBase) | Gets the number of key-and-value pairs contained in the NameObjectCollectionBase instance. |
Flags | A set of flags that provide additional client certificate information. |
IsPresent | Gets a value that indicates whether the client certificate is present. |
Issuer | A string that contains a list of subfield values containing information about the certificate issuer. |
IsValid | Gets a value that indicates whether the client certificate is valid. |
Item (inherited from NameValueCollection) | Overloaded. Gets or sets the specified entry of the NameValueCollection.
In C#, this property is the indexer for the HttpClientCertificate class. |
Keys (inherited from NameObjectCollectionBase) | Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance. |
KeySize | Gets the number of bits in the digital certificate key size. For example, 128. |
PublicKey | Gets the public key binary value from the certificate. |
SecretKeySize | Gets the number of bits in the server certificate private key. For example, 1024. |
SerialNumber | Provides the certificate serial number as an ASCII representation of hexadecimal bytes separated by hyphens. For example, 04-67-F3-02. |
ServerIssuer | Gets the issuer field of the server certificate. |
ServerSubject | Gets the subject field of the server certificate. |
Subject | Gets the subject field of the client certificate. |
ValidFrom | Gets the date when the certificate becomes valid. The date varies with international settings. |
ValidUntil | Gets the certificate expiration date. |
Protected Properties
IsReadOnly (inherited from NameObjectCollectionBase) | Gets or sets a value indicating whether the NameObjectCollectionBase instance is read-only. |
See Also
Show:
