X509V3CertificateGeneratorAddExtension(String, Boolean, Asn1Encodable) Method

Add a given extension field for the standard extensions tag (tag 3).

Definition

Namespace: Org.BouncyCastle.X509
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public void AddExtension(
	string oid,
	bool critical,
	Asn1Encodable extensionValue
)

Parameters

oid  String
string containing a dotted decimal Object Identifier.
critical  Boolean
Is it critical.
extensionValue  Asn1Encodable
The value.

See Also