The PgpSecretKeyRing type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
![]() ![]() | CopyWithNewPassword |
Return a copy of the passed in secret key ring, with the master key and sub keys encrypted
using a new password and the passed in algorithm.
|
![]() | 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 | |
![]() | GetExtraPublicKeys |
Return an iterator of the public keys in the secret key ring that
have no matching private key. At the moment only personal certificate data
appears in this fashion.
|
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetPublicKey | Return the public key for the master key. |
![]() | GetSecretKey()()()() | Return the master private key. |
![]() | GetSecretKey(Int64) | |
![]() | GetSecretKeys | Allows enumeration of the secret keys. |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() ![]() | InsertSecretKey |
Returns a new key ring with the secret key passed in either added or
replacing an existing one with the same key ID.
|
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() ![]() | RemoveSecretKey | Returns a new key ring with the secret key passed in removed from the key ring. |
![]() ![]() | ReplacePublicKeys |
Replace the public key set on the secret ring with the corresponding key off the public ring.
|
![]() | ToString | (Inherited from Object.) |