The PgpPublicKeyRingBundle type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PgpPublicKeyRingBundle(array<Byte>[]()[][]) | ||
| PgpPublicKeyRingBundle(IEnumerable) | ||
| PgpPublicKeyRingBundle(Stream) | Build a PgpPublicKeyRingBundle from the passed in input stream. |
Methods
| Name | Description | |
|---|---|---|
| AddPublicKeyRing |
Return a new bundle containing the contents of the passed in bundle and
the passed in public key ring.
| |
| Contains |
Return true if a key matching the passed in key ID is present, false otherwise.
| |
| 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.) | |
| GetEncoded | ||
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetKeyRings()()()() | Allow enumeration of the public key rings making up this collection. | |
| GetKeyRings(String) | Allow enumeration of the key rings associated with the passed in userId. | |
| GetKeyRings(String, Boolean) | Allow enumeration of the key rings associated with the passed in userId. | |
| GetKeyRings(String, Boolean, Boolean) | Allow enumeration of the key rings associated with the passed in userId. | |
| GetPublicKey | Return the PGP public key associated with the given key id. | |
| GetPublicKeyRing | Return the public key ring which contains the key referred to by keyId | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| RemovePublicKeyRing |
Return a new bundle containing the contents of the passed in bundle with
the passed in public key ring removed.
| |
| ToString | (Inherited from Object.) |