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.3.0+5c47da1850320381293fe03930b30c8078b8bf98
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.