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