The PgpSecretKeyRingBundle type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PgpSecretKeyRingBundle(array<Byte>[]()[][]) | ||
| PgpSecretKeyRingBundle(IEnumerable) | ||
| PgpSecretKeyRingBundle(Stream) | Build a PgpSecretKeyRingBundle from the passed in input stream. |
Methods
| Name | Description | |
|---|---|---|
| AddSecretKeyRing |
Return a new bundle containing the contents of the passed in bundle and
the passed in secret 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 secret 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. | |
| GetSecretKey | Return the PGP secret key associated with the given key id. | |
| GetSecretKeyRing | Return the secret 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.) | |
| RemoveSecretKeyRing |
Return a new bundle containing the contents of the passed in bundle with
the passed in secret key ring removed.
| |
| ToString | (Inherited from Object.) |