Interface IPGPData
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/xml/crypto/dsig/keyinfo/PGPData.html
public interface IPGPData : IXMLStructure
- Inherited Members
Properties
ExternalElements
List ExternalElements { get; }
Property Value
KeyId
byte[] KeyId { get; }
Property Value
- byte[]
KeyPacket
byte[] KeyPacket { get; }
Property Value
- byte[]