The PgpSecretKey type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
| CopyWithNewPassword | 
            Return a copy of the passed in secret key, encrypted using a new password
            and the passed in algorithm.
              | |
| Encode | ||
| Equals | (Inherited from Object.) | |
| ExtractPrivateKey | Extract a PgpPrivateKey from this secret key's encrypted contents.  | |
| 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.) | |
| GetType | 
                    Gets the Type of the current instance.
                  (Inherited from Object.) | |
| MemberwiseClone | 
                    Creates a shallow copy of the current Object.
                  (Inherited from Object.) | |
| ReplacePublicKey | Replace the passed the public key on the passed in secret key.  | |
| ToString | (Inherited from Object.) | 
Properties
| Name | Description | |
|---|---|---|
| IsMasterKey | True, if this is a master key.  | |
| IsSigningKey | 
            Check if this key has an algorithm type that makes it suitable to use for signing.
              | |
| KeyEncryptionAlgorithm | The algorithm the key is encrypted with.  | |
| KeyId | The key ID of the public key associated with this key.  | |
| PublicKey | The public key associated with this key.  | |
| UserAttributes | Allows enumeration of any user attribute vectors associated with the key.  | |
| UserIds | Allows enumeration of any user IDs associated with the key.  |