C# Class Amazon.EC2.Model.GetPasswordDataResponse

Inheritance: Amazon.Runtime.AmazonWebServiceResponse
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
GetDecryptedPassword ( string rsaPrivateKey ) : string

Gets the decrypted password using the RSA private key which can be found in the PEM file for the key pair.

Private Methods

Method Description
IsSetInstanceId ( ) : bool
IsSetPasswordData ( ) : bool
IsSetTimestamp ( ) : bool

Method Details

GetDecryptedPassword() public method

Gets the decrypted password using the RSA private key which can be found in the PEM file for the key pair.
public GetDecryptedPassword ( string rsaPrivateKey ) : string
rsaPrivateKey string The RSA private key from the PEM file
return string