Initializes a new instance of the CrlValidatedID class

Namespace: Org.BouncyCastle.Asn1.Esf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public CrlValidatedID(
	OtherHash crlHash
)
Visual Basic
Public Sub New ( _
	crlHash As OtherHash _
)
Visual C++
public:
CrlValidatedID(
	OtherHash^ crlHash
)

See Also