Add an extension to this certificate.
            
Namespace: Org.BouncyCastle.X509Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
 Syntax
Syntax
| C# | 
|---|
| public void AddExtension( DerObjectIdentifier oid, bool critical, byte[] extensionValue ) | 
| Visual Basic | 
|---|
| Public Sub AddExtension ( _ oid As DerObjectIdentifier, _ critical As Boolean, _ extensionValue As Byte() _ ) | 
| Visual C++ | 
|---|
| public: void AddExtension( DerObjectIdentifier^ oid, bool critical, array<unsigned char>^ extensionValue ) | 
Parameters
- oid
- Type: Org.BouncyCastle.Asn1..::..DerObjectIdentifier
 Its Object Identifier.
- critical
- Type: System..::..Boolean
 Is it critical.
- extensionValue
- Type: array<System..::..Byte>[]()[][]
 byte[] containing the value of this extension.





