API Reference
Class
CertificateExtendedKeyUsageAnalyzer
Parses Extended Key Usage values from X.509 certificates.
Inheritance
- Object
- CertificateExtendedKeyUsageAnalyzer
Methods
public static CertificateExtendedKeyUsageInfo Analyze(X509Certificate2 certificate) #Returns:
CertificateExtendedKeyUsageInfoExecutes the analyze operation.
Parameters
- certificate System.Security.Cryptography.X509Certificates.X509Certificate2
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Fields
public const String AnyExtendedKeyUsageOid #Represents the any extended key usage oid value.
Value:
2.5.29.37.0public const String ServerAuthenticationOid #Represents the server authentication oid value.
Value:
1.3.6.1.5.5.7.3.1public const String ClientAuthenticationOid #Represents the client authentication oid value.
Value:
1.3.6.1.5.5.7.3.2