X509ExtensionsGeneratorAddExtension Method

Overload List

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, 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.

See Also