Initializes a new instance of the NetscapeCertType class

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

Syntax

C#
public NetscapeCertType(
	int usage
)
Visual Basic
Public Sub New ( _
	usage As Integer _
)
Visual C++
public:
NetscapeCertType(
	int usage
)

Parameters

usage
Type: System..::..Int32

See Also