public AddExtension ( DerObjectIdentifier oid, bool critical, Asn1Encodable extValue ) : void | ||
oid | DerObjectIdentifier | OID for the extension. |
critical | bool | True if critical, false otherwise. |
extValue | Asn1Encodable | The ASN.1 object to be included in the extension. |
return | void |