Class CertificateValuesType

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

Properties

EncapsulatedX509Certificate

[AllowNull]
[MaybeNull]
public Collection<EncapsulatedPkiDataType> EncapsulatedX509Certificate { get; set; }

Property Value

Collection<EncapsulatedPkiDataType>

EncapsulatedX509CertificateSpecified

Gets a value indicating whether the EncapsulatedX509Certificate collection is empty.

public bool EncapsulatedX509CertificateSpecified { get; }

Property Value

bool

Id

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

Property Value

string

OtherCertificate

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

Property Value

Collection<AnyType>

OtherCertificateSpecified

Gets a value indicating whether the OtherCertificate collection is empty.

public bool OtherCertificateSpecified { get; }

Property Value

bool