Class DataObjectFormat
- Namespace
- SimpleSign.XAdES
- Assembly
- SimpleSign.XAdES.dll
Describes the format of a signed data object (ETSI EN 319 132-1 §7.2.2). Provides the MIME type and object reference URI for inclusion in XAdES SignedDataObjectProperties.
public sealed class DataObjectFormat
- Inheritance
-
DataObjectFormat
- Inherited Members
Properties
MimeType
MIME type of the data object (e.g., "text/xml", "application/pdf").
public string? MimeType { get; init; }
Property Value
ObjectReference
Reference URI of the signed data object (matches a ds:Reference URI). Null means no reference is set.
public string? ObjectReference { get; init; }