Class CompleteRevocationRefsType

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

Properties

CrlRefs

[AllowNull]
[MaybeNull]
public Collection<CrlRefType> CrlRefs { get; set; }

Property Value

Collection<CrlRefType>

CrlRefsSpecified

Gets a value indicating whether the CrlRefs collection is empty.

public bool CrlRefsSpecified { get; }

Property Value

bool

Id

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

Property Value

string

OcspRefs

[AllowNull]
[MaybeNull]
public Collection<OcspRefType> OcspRefs { get; set; }

Property Value

Collection<OcspRefType>

OcspRefsSpecified

Gets a value indicating whether the OcspRefs collection is empty.

public bool OcspRefsSpecified { get; }

Property Value

bool

OtherRefs

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

Property Value

Collection<AnyType>

OtherRefsSpecified

Gets a value indicating whether the OtherRefs collection is empty.

public bool OtherRefsSpecified { get; }

Property Value

bool