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