HttpClientCertificate Properties
.NET Framework 3.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| AllKeys | Gets all the keys in the NameValueCollection. (inherited from 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 | Gets the number of key/value pairs contained in the NameObjectCollectionBase instance. (inherited from NameObjectCollectionBase) |
| 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 | Overloaded. Gets or sets the specified entry of the NameValueCollection. (inherited from NameValueCollection) |
| Keys | Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance. (inherited from NameObjectCollectionBase) |
| 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. |
| Name | Description | |
|---|---|---|
| IsReadOnly | Gets or sets a value indicating whether the NameObjectCollectionBase instance is read-only. (inherited from NameObjectCollectionBase) |
Community Additions
ADD
Show: