The PgpSecretKeyRing type exposes the following members.

Collapse imageConstructors

Collapse imageMethods

  NameDescription
Public methodStatic memberCopyWithNewPassword
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.
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 methodGetEncoded
Public methodGetExtraPublicKeys
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.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetPublicKey
Return the public key for the master key.
Public methodGetSecretKey()()()()
Return the master private key.
Public methodGetSecretKey(Int64)
Public methodGetSecretKeys
Allows enumeration of the secret keys.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberInsertSecretKey
Returns a new key ring with the secret key passed in either added or replacing an existing one with the same key ID.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberRemoveSecretKey
Returns a new key ring with the secret key passed in removed from the key ring.
Public methodStatic memberReplacePublicKeys
Replace the public key set on the secret ring with the corresponding key off the public ring.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Collapse imageSee Also