Asn1EncodedData¶
Namespace: O2S.Components.PDF4NET.DigitalSignatures.Asn1
Defines a class that contains data that is already DER encoded.
Inheritance Object → Asn1Object → Asn1EncodedData
Implements
Properties¶
Tag¶
Gets the object tag.
Property Value
Asn1Tag
A Asn1Tag enum member specifying the type of the object.
Value¶
Gets the encoded data associated with thi object.
Property Value
Byte[]
A byte array containing DER encoded data.