Namespace: Org.BouncyCastle.Asn1
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public static DerBoolean GetInstance( bool value )  | 
| Visual Basic | 
|---|
Public Shared Function GetInstance ( _ value As Boolean _ ) As DerBoolean  | 
| Visual C++ | 
|---|
public: static DerBoolean^ GetInstance( bool value )  | 
Parameters
- value
 - Type: System..::..Boolean