Creates a new 2048-bit RSA key pair with the specified name. The public
            key is stored by Amazon EC2 and the private key is returned to you.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class CreateKeyPairRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | CreateKeyPairRequest()()()() | Initializes a new instance of the CreateKeyPairRequest class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | IsSetKeyName()()()() | 
            Checks if KeyName property is set
             | 
|  | KeyName | 
            A unique name for the key pair.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithKeyName(String) | Obsolete. 
            Sets the unique name for the key pair.
             | 
 Remarks
 Remarks
            The private key is returned as an unencrypted PEM encoded PKCS#8 private key.
            If a key with the specified name already exists, Amazon EC2 returns an error.
            The key pair returned to you works only in the Region you're using when you
            create the key pair. To create a key pair that works in all Regions, use ImportKeyPair.
            
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | CreateKeyPairRequest | |