Class SignedSignaturePropertiesType

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

Properties

Id

[AllowNull]
[MaybeNull]
public string Id { get; set; }

Property Value

string

SignaturePolicyIdentifier

[AllowNull]
[MaybeNull]
public SignaturePolicyIdentifierType SignaturePolicyIdentifier { get; set; }

Property Value

SignaturePolicyIdentifierType

SignatureProductionPlace

[AllowNull]
[MaybeNull]
public SignatureProductionPlaceType SignatureProductionPlace { get; set; }

Property Value

SignatureProductionPlaceType

SignerRole

[AllowNull]
[MaybeNull]
public SignerRoleType SignerRole { get; set; }

Property Value

SignerRoleType

SigningCertificate

[AllowNull]
[MaybeNull]
public Collection<CertIdType> SigningCertificate { get; set; }

Property Value

Collection<CertIdType>

SigningCertificateSpecified

Gets a value indicating whether the SigningCertificate collection is empty.

public bool SigningCertificateSpecified { get; }

Property Value

bool

SigningTime

public DateTime? SigningTime { get; set; }

Property Value

DateTime?