C# 클래스 Amazon.EC2.Model.GetPasswordDataResponse

상속: Amazon.Runtime.AmazonWebServiceResponse
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
IsSetInstanceId ( ) : bool
IsSetPasswordData ( ) : bool
IsSetTimestamp ( ) : bool

메소드 상세

GetDecryptedPassword() 공개 메소드

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
리턴 string