The PgpSignature type exposes the following members.

Methods

  NameDescription
Public methodEncode
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 methodGetCreationTime Obsolete.
Public methodGetEncoded
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetHashedSubPackets
Public methodGetSignature
Public methodGetSignatureTrailer
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUnhashedSubPackets
Public methodInitVerify
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodUpdate(Byte)
Public methodUpdate(array<Byte>[]()[][])
Public methodUpdate(array<Byte>[]()[][], Int32, Int32)
Public methodVerify
Public methodVerifyCertification(PgpPublicKey)
Verify a key certification, such as revocation, for the passed in key.
Public methodVerifyCertification(String, PgpPublicKey)
Verify the signature as certifying the passed in public key as associated with the passed in ID.
Public methodVerifyCertification(PgpPublicKey, PgpPublicKey)
Verify a certification for the passed in key against the passed in master key.
Public methodVerifyCertification(PgpUserAttributeSubpacketVector, PgpPublicKey)
Verify the signature as certifying the passed in public key as associated with the passed in user attributes.

Fields

Properties

  NameDescription
Public propertyCreationTime
The creation time of this signature.
Public propertyHashAlgorithm
The hash algorithm associated with this signature.
Public propertyHasSubpackets
Return true if the signature has either hashed or unhashed subpackets.
Public propertyKeyAlgorithm
The key algorithm associated with this signature.
Public propertyKeyId
The ID of the key that created the signature.
Public propertySignatureType
Public propertyVersion
The OpenPGP version number for this signature.

See Also