ExtendedKeyUsage Class | 
Namespace: DotNetBrowser.Net.Certificates
public sealed class ExtendedKeyUsage : TypedEnum<string>
The ExtendedKeyUsage type exposes the following members.
| Name | Description | |
|---|---|---|
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | 
| Name | Description | |
|---|---|---|
| (String to ExtendedKeyUsage) | 
                Creates the ExtendedKeysUsage instance from string representation
              | 
| Name | Description | |
|---|---|---|
| ClientAuth | 
                Gets the key can be used for TLS WWW client authentication.
              | |
| CodeSigning | 
                Gets the key can be used for signing of downloadable executable code.
              | |
| EmailProtection | 
                Gets the key can be used for email protection.
              | |
| IpsecEndSystem | 
                Gets the key can be used for IP security end system.
              | |
| IpsecTunnel | 
                Gets the key can be used for IP security tunnel termination.
              | |
| IpsecUser | 
                Gets the key can be used for IP security user.
              | |
| OcspSigning | 
                Gets the key can be used for signing OCSP responses.
              | |
| ServerAuth | 
                Gets the key can be used for TLS WWW server authentication.
              | |
| TimeStamping | 
                Gets the key can be used for binding the hash of an object to a time.
              |