Class KeyInfoType

Namespace
Org.W3._2000._09.Xmldsig
Assembly
EInvoice.Ubl.dll
[Serializable]
public class KeyInfoType
Inheritance
KeyInfoType
Inherited Members

Properties

Any

[AllowNull]
[MaybeNull]
public Collection<XmlElement> Any { get; set; }

Property Value

Collection<XmlElement>

AnySpecified

Gets a value indicating whether the Any collection is empty.

public bool AnySpecified { get; }

Property Value

bool

Id

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

Property Value

string

KeyName

[AllowNull]
[MaybeNull]
public Collection<string> KeyName { get; set; }

Property Value

Collection<string>

KeyNameSpecified

Gets a value indicating whether the KeyName collection is empty.

public bool KeyNameSpecified { get; }

Property Value

bool

KeyValue

[AllowNull]
[MaybeNull]
public Collection<KeyValueType> KeyValue { get; set; }

Property Value

Collection<KeyValueType>

KeyValueSpecified

Gets a value indicating whether the KeyValue collection is empty.

public bool KeyValueSpecified { get; }

Property Value

bool

MgmtData

[AllowNull]
[MaybeNull]
public Collection<string> MgmtData { get; set; }

Property Value

Collection<string>

MgmtDataSpecified

Gets a value indicating whether the MgmtData collection is empty.

public bool MgmtDataSpecified { get; }

Property Value

bool

PgpData

[AllowNull]
[MaybeNull]
public Collection<PgpDataType> PgpData { get; set; }

Property Value

Collection<PgpDataType>

PgpDataSpecified

Gets a value indicating whether the PgpData collection is empty.

public bool PgpDataSpecified { get; }

Property Value

bool

RetrievalMethod

[AllowNull]
[MaybeNull]
public Collection<RetrievalMethodType> RetrievalMethod { get; set; }

Property Value

Collection<RetrievalMethodType>

RetrievalMethodSpecified

Gets a value indicating whether the RetrievalMethod collection is empty.

public bool RetrievalMethodSpecified { get; }

Property Value

bool

SpkiData

[AllowNull]
[MaybeNull]
public Collection<SpkiDataType> SpkiData { get; set; }

Property Value

Collection<SpkiDataType>

SpkiDataSpecified

Gets a value indicating whether the SpkiData collection is empty.

public bool SpkiDataSpecified { get; }

Property Value

bool

Text

public string[] Text { get; set; }

Property Value

string[]

X509Data

[AllowNull]
[MaybeNull]
public Collection<X509DataType> X509Data { get; set; }

Property Value

Collection<X509DataType>

X509DataSpecified

Gets a value indicating whether the X509Data collection is empty.

public bool X509DataSpecified { get; }

Property Value

bool