Table of Contents

Class ExtendedKeyUsage

Namespace
DotNetBrowser.Net.Certificates
Assembly
DotNetBrowser.dll

Defines how the certificate key can be used.

public sealed class ExtendedKeyUsage : TypedEnum<string>
Inheritance
ExtendedKeyUsage
Inherited Members

Fields

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.

Operators

explicit operator ExtendedKeyUsage(string)

Creates the ExtendedKeysUsage instance from string representation