The X509ExtensionsGenerator type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| X509ExtensionsGenerator | Initializes a new instance of the X509ExtensionsGenerator class |
Methods
| Name | Description | |
|---|---|---|
| AddExtension(DerObjectIdentifier, Boolean, Asn1Encodable) |
Add an extension with the given oid and the passed in value to be included
in the OCTET STRING associated with the extension.
| |
| AddExtension(DerObjectIdentifier, Boolean, array<Byte>[]()[][]) |
Add an extension with the given oid and the passed in byte array to be wrapped
in the OCTET STRING associated with the extension.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| Generate | Generate an X509Extensions object based on the current state of the generator. | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Reset | Reset the generator | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| IsEmpty | Return true if there are no extension present in this generator. |