Asn1BitString(Byte, Boolean) Constructor
Initializes a new instance of Asn1BitString from a raw byte array to encode and parameter that indicates
whether the bit length is decremented to exclude trailing zero bits.
Namespace: SysadminsLV.Asn1Parser.UniversalAssembly: SysadminsLV.Asn1Parser (in SysadminsLV.Asn1Parser.dll) Version: 1.2.11
public Asn1BitString(
byte[] valueToEncode,
bool calculateUnusedBits
)
Public Sub New (
valueToEncode As Byte(),
calculateUnusedBits As Boolean
)
public:
Asn1BitString(
array<unsigned char>^ valueToEncode,
bool calculateUnusedBits
)
new :
valueToEncode : byte[] *
calculateUnusedBits : bool -> Asn1BitString
Parameters
- valueToEncode Byte
- Raw value to encode.
- calculateUnusedBits Boolean
- True if the bit length is decremented to exclude trailing zero bits. Otherwise False.