X509V3CertificateGeneratorCopyAndAddExtension(String, Boolean, X509Certificate) Method

Add a given extension field for the standard extensions tag (tag 3), copying the extension value from another certificate.

Definition

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

Parameters

oid  String
 
critical  Boolean
 
cert  X509Certificate
 

See Also