CertificateExtension Class
Namespace: Rebex.Security.Certificates
Assembly: Rebex.Common.dll (version 7.0.9083)
Represents an X.509 v3 certificate extension.
Syntax
public class CertificateExtension
Inherited Members
Constructors
Name | Description |
---|---|
CertificateExtension(String, Boolean, Byte[]) | Creates a new instance of CertificateExtension. |
Properties
Name | Description |
---|---|
Critical | Gets a value indicating whether the extension is critical. |
Oid | Gets the object identifier that identifies the extension. |
Value | Gets the extension value. |
Methods
Name | Description |
---|---|
EnhancedKeyUsage(Boolean, String[]) | Create extended (enhanced) key usage extension (2.5.29.37). |
KeyUsage(KeyUses) | Creates a key usage extension (2.5.29.15). |