KeyPairResponse Class |
Includes the generated private key, which is sensitive data.
Namespace: OpenStack.Compute.v2_1
The KeyPairResponse type exposes the following members.
Name | Description | |
---|---|---|
KeyPairResponse | Initializes a new instance of the KeyPairResponse class |
Name | Description | |
---|---|---|
DeleteAsync |
Deletes a keypair.
(Inherited from KeyPairSummary.) |
Name | Description | |
---|---|---|
Delete |
Deletes a keypair.
(Defined by KeypairExtensions_v2_1.) |
Name | Description | |
---|---|---|
Fingerprint |
A short sequence of bytes used to authenticate, or look up, a longer public key.
(Inherited from KeyPairSummary.) | |
Name |
The key pair name.
(Inherited from KeyPairSummary.) | |
PrivateKey |
The private ssh key.
| |
PublicKey |
The public ssh key.
(Inherited from KeyPairSummary.) |