The PgpSignatureSubpacketGenerator type exposes the following members.

Constructors

  NameDescription
Public methodPgpSignatureSubpacketGenerator
Initializes a new instance of the PgpSignatureSubpacketGenerator class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGenerate
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetEmbeddedSignature
Public methodSetExportable
Public methodSetKeyExpirationTime
Set the number of seconds a key is valid for after the time of its creation. A value of zero means the key never expires.
Public methodSetKeyFlags
Public methodSetNotationData
Public methodSetPreferredCompressionAlgorithms
Public methodSetPreferredHashAlgorithms
Public methodSetPreferredSymmetricAlgorithms
Public methodSetPrimaryUserId
Public methodSetRevocable
Public methodSetSignatureCreationTime
Set the creation time for the signature.

Note: this overrides the generation of a creation time when the signature is generated.

Public methodSetSignatureExpirationTime
Set the number of seconds a signature is valid for after the time of its creation. A value of zero means the signature never expires.
Public methodSetSignerUserId
Public methodSetTrust
Add a TrustSignature packet to the signature. The values for depth and trust are largely installation dependent but there are some guidelines in RFC 4880 - 5.2.3.13.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also