Amazon Integrator V6 - Online Help
Amazon Integrator V6
Questions / Feedback?

CreateKeyPair Method

Creates a new key pair to use while launching Instances.

Syntax

[VB.NET]
Public Function CreateKeyPair(ByVal KeyName As String) As String
[C#]
public string CreateKeyPair(string keyName);

Remarks

Creates a new 2048 bit RSA key pair and returns a unique ID that can be used to reference this key pair when launching new instances.

The material for the private key will be returned from the method call. A user can use this material to save this key to a file, or pass to another program as desired.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0