Asn1Boolean(Boolean) Constructor
Initializes a new instance of the Asn1Boolean class from a boolean value.
Namespace: SysadminsLV.Asn1Parser.UniversalAssembly: SysadminsLV.Asn1Parser (in SysadminsLV.Asn1Parser.dll) Version: 1.2.11
public Asn1Boolean(
bool fValue
)
Public Sub New (
fValue As Boolean
)
public:
Asn1Boolean(
bool fValue
)
new :
fValue : bool -> Asn1Boolean
Parameters
- fValue Boolean
- Boolean value to encode.