The PgpSignature type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Encode | ||
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetCreationTime | Obsolete. | |
| GetEncoded | ||
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetHashedSubPackets | ||
| GetSignature | ||
| GetSignatureTrailer | ||
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GetUnhashedSubPackets | ||
| InitVerify | ||
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) | |
| Update(Byte) | ||
| Update(array<Byte>[]()[][]) | ||
| Update(array<Byte>[]()[][], Int32, Int32) | ||
| Verify | ||
| VerifyCertification(PgpPublicKey) | Verify a key certification, such as revocation, for the passed in key. | |
| VerifyCertification(String, PgpPublicKey) |
Verify the signature as certifying the passed in public key as associated
with the passed in ID.
| |
| VerifyCertification(PgpPublicKey, PgpPublicKey) | Verify a certification for the passed in key against the passed in master key. | |
| VerifyCertification(PgpUserAttributeSubpacketVector, PgpPublicKey) |
Verify the signature as certifying the passed in public key as associated
with the passed in user attributes.
|
Fields
Properties
| Name | Description | |
|---|---|---|
| CreationTime | The creation time of this signature. | |
| HashAlgorithm | The hash algorithm associated with this signature. | |
| HasSubpackets |
Return true if the signature has either hashed or unhashed subpackets.
| |
| KeyAlgorithm | The key algorithm associated with this signature. | |
| KeyId | The ID of the key that created the signature. | |
| SignatureType | ||
| Version | The OpenPGP version number for this signature. |