CrlID Constructor

Note: This API is now obsolete.
Initializes a new instance of the CrlID class

Definition

Namespace: Org.BouncyCastle.Asn1.Ocsp
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
[ObsoleteAttribute("Use 'GetInstance' instead")]
public CrlID(
	Asn1Sequence seq
)

Parameters

seq  Asn1Sequence
 

See Also