Xceed .NET Libraries Documentation
Xceed.SSH.Client Assembly / Xceed.SSH.Client Namespace / PuTTYPrivateKeyFile Class


In This Topic
    PuTTYPrivateKeyFile Class Methods
    In This Topic

    For a list of all members of this type, see PuTTYPrivateKeyFile members.

    Public Methods
     NameDescription
    Public MethodOverloaded.   
    Public MethodOverloaded.   
    Public Method  
    Top
    Protected Methods
     NameDescription
    Protected Method  
    Protected Method  
    Protected MethodAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  
    Protected Method  
    Protected MethodFinally, there is a line saying "Private-MAC: " plus a hex representation of a HMAC-SHA-1 of: string name of algorithm ("ssh-dss", "ssh-rsa") string encryption type string comment string public-blob string private-plaintext (the plaintext version of the private part, including the final padding) The key to the MAC is itself a SHA-1 hash of: data "putty-private-key-file-mac-key" data passphrase (An empty passphrase is used for unencrypted keys.)  
    Top
    See Also