Skip to content

Asn1EncodedData

Namespace: O2S.Components.PDF4NET.DigitalSignatures.Asn1

Defines a class that contains data that is already DER encoded.

public class Asn1EncodedData : Asn1Object

Inheritance ObjectAsn1ObjectAsn1EncodedData
Implements

Properties

Tag

Gets the object tag.

public Asn1Tag Tag { get; }

Property Value

Asn1Tag
A Asn1Tag enum member specifying the type of the object.


Value

Gets the encoded data associated with thi object.

public Byte[] Value { get; }

Property Value

Byte[]
A byte array containing DER encoded data.