Click or drag to resize

ExtendedKeyUsage Class

Defines how the certificate key can be used.
Inheritance Hierarchy
SystemObject
  TypedEnumString
    DotNetBrowser.Net.CertificatesExtendedKeyUsage

Namespace:  DotNetBrowser.Net.Certificates
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public sealed class ExtendedKeyUsage : TypedEnum<string>

The ExtendedKeyUsage type exposes the following members.

Methods
  NameDescription
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Top
Operators
Fields
  NameDescription
Public fieldStatic memberClientAuth
Gets the key can be used for TLS WWW client authentication.
Public fieldStatic memberCodeSigning
Gets the key can be used for signing of downloadable executable code.
Public fieldStatic memberEmailProtection
Gets the key can be used for email protection.
Public fieldStatic memberIpsecEndSystem
Gets the key can be used for IP security end system.
Public fieldStatic memberIpsecTunnel
Gets the key can be used for IP security tunnel termination.
Public fieldStatic memberIpsecUser
Gets the key can be used for IP security user.
Public fieldStatic memberOcspSigning
Gets the key can be used for signing OCSP responses.
Public fieldStatic memberServerAuth
Gets the key can be used for TLS WWW server authentication.
Public fieldStatic memberTimeStamping
Gets the key can be used for binding the hash of an object to a time.
Top
See Also