Domain Detective

API Reference

Class

CertificateExtendedKeyUsageAnalyzer

Namespace DomainDetective
Assembly DomainDetective
Modifiers static

Parses Extended Key Usage values from X.509 certificates.

Inheritance

  • Object
  • CertificateExtendedKeyUsageAnalyzer

Methods

public static CertificateExtendedKeyUsageInfo Analyze(X509Certificate2 certificate) #
Returns: CertificateExtendedKeyUsageInfo

Executes the analyze operation.

Parameters

certificate System.Security.Cryptography.X509Certificates.X509Certificate2 requiredposition: 0

Fields

public const String AnyExtendedKeyUsageOid #

Represents the any extended key usage oid value.

Value: 2.5.29.37.0
public const String ServerAuthenticationOid #

Represents the server authentication oid value.

Value: 1.3.6.1.5.5.7.3.1
public const String ClientAuthenticationOid #

Represents the client authentication oid value.

Value: 1.3.6.1.5.5.7.3.2
public const String SecureEmailOid #

Represents the secure email oid value.

Value: 1.3.6.1.5.5.7.3.4
{{ include "footer" }}