C# Класс Amazon.EC2.Model.GetPasswordDataResponse

Наследование: Amazon.Runtime.AmazonWebServiceResponse
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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