Asn1BuilderGetEncoded Method
Gets ASN.1-encoded byte array that represents current state of builder wrapped using outer ASN.1 type.
Namespace: SysadminsLV.Asn1ParserAssembly: SysadminsLV.Asn1Parser (in SysadminsLV.Asn1Parser.dll) Version: 1.2.11
public byte[] GetEncoded(
byte outerTag = 48
)
Public Function GetEncoded (
Optional outerTag As Byte = 48
) As Byte()
public:
array<unsigned char>^ GetEncoded(
unsigned char outerTag = 48
)
member GetEncoded :
?outerTag : byte
(* Defaults:
let _outerTag = defaultArg outerTag 48
*)
-> byte[]
- outerTag Byte (Optional)
-
Outer type to wrap current state of builder. Outer type must not by the type that is used in primitive form only.
Default outer tag is constructed SEQUENCE (0x30 or decimal 48).
Byte
ASN.1-encoded byte array.