X509V2AttributeCertificateGeneratorAddExtension(String, Boolean, Byte) Method
Add a given extension field for the standard extensions tag.
The value parameter becomes the contents of the octet string associated
with the extension.
Namespace: Org.BouncyCastle.X509Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public void AddExtension(
string oid,
bool critical,
byte[] extensionValue
)
Public Sub AddExtension (
oid As String,
critical As Boolean,
extensionValue As Byte()
)
function AddExtension(oid, critical, extensionValue);
Parameters
- oid String
-
- critical Boolean
-
- extensionValue Byte
-