Class PgpDataType
[Serializable]
public class PgpDataType
- Inheritance
-
PgpDataType
- Inherited Members
Properties
Any
[AllowNull]
[MaybeNull]
public Collection<XmlElement> Any { get; set; }
Property Value
AnySpecified
Gets a value indicating whether the Any collection is empty.
public bool AnySpecified { get; }
Property Value
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; }