Class PgpDataType

Namespace
Org.W3._2000._09.Xmldsig
Assembly
EInvoice.Ubl.dll
[Serializable]
public class PgpDataType
Inheritance
PgpDataType
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

PgpKeyId

[AllowNull]
[MaybeNull]
public byte[] PgpKeyId { get; set; }

Property Value

byte[]

PgpKeyPacket

[AllowNull]
[MaybeNull]
public Collection<byte[]> PgpKeyPacket { get; set; }

Property Value

Collection<byte[]>

PgpKeyPacketSpecified

Gets a value indicating whether the PgpKeyPacket collection is empty.

public bool PgpKeyPacketSpecified { get; }

Property Value

bool