Imports the public key from an RSA key pair created with a third-party tool. This operation differs from CreateKeyPair as the private key is never transferred between the caller and AWS servers.
RSA key pairs are easily created on Microsoft Windows and Linux
OS systems using the
The following formats are supported:
- OpenSSH public key format,
- Base64 encoded DER format.
- SSH public key file format as specified in RFC4716 .
Inheritance Hierarchy
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3
Syntax
public class ImportKeyPairRequest : AmazonWebServiceRequest IRequestEvents
The ImportKeyPairRequest type exposes the following members
Constructors
Name | Description | |
---|---|---|
![]() |
ImportKeyPairRequest() |
Properties
Name | Description | |
---|---|---|
![]() |
KeyName | The unique name for the key pair. |
![]() |
PublicKeyMaterial | The public key portion of the key pair being imported. |
Version Information
.NET Framework:
Supported in: 4.5, 4.0, 3.5
.NET for Windows Store apps:
Supported in: Windows 8
.NET for Windows Phone:
Supported in: Window Phone 8