Class SignaturePolicyIdType

Namespace
Org.Etsi.Uri._01903.V1._3._2
Assembly
EInvoice.Ubl.dll
[Serializable]
public class SignaturePolicyIdType
Inheritance
SignaturePolicyIdType
Inherited Members

Properties

SigPolicyHash

[Required(AllowEmptyStrings = true)]
public DigestAlgAndValueType SigPolicyHash { get; set; }

Property Value

DigestAlgAndValueType

SigPolicyId

[Required(AllowEmptyStrings = true)]
public ObjectIdentifierType SigPolicyId { get; set; }

Property Value

ObjectIdentifierType

SigPolicyQualifiers

[AllowNull]
[MaybeNull]
public Collection<AnyType> SigPolicyQualifiers { get; set; }

Property Value

Collection<AnyType>

SigPolicyQualifiersSpecified

Gets a value indicating whether the SigPolicyQualifiers collection is empty.

public bool SigPolicyQualifiersSpecified { get; }

Property Value

bool

Transforms

[AllowNull]
[MaybeNull]
public Collection<TransformType> Transforms { get; set; }

Property Value

Collection<TransformType>

TransformsSpecified

Gets a value indicating whether the Transforms collection is empty.

public bool TransformsSpecified { get; }

Property Value

bool