Class RevocationValuesType

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

Properties

CrlValues

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

Property Value

Collection<EncapsulatedPkiDataType>

CrlValuesSpecified

Gets a value indicating whether the CrlValues collection is empty.

public bool CrlValuesSpecified { get; }

Property Value

bool

Id

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

Property Value

string

OcspValues

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

Property Value

Collection<EncapsulatedPkiDataType>

OcspValuesSpecified

Gets a value indicating whether the OcspValues collection is empty.

public bool OcspValuesSpecified { get; }

Property Value

bool

OtherValues

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

Property Value

Collection<AnyType>

OtherValuesSpecified

Gets a value indicating whether the OtherValues collection is empty.

public bool OtherValuesSpecified { get; }

Property Value

bool