AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes a key pair.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.KeyPairInfo

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class KeyPairInfo

The KeyPairInfo type exposes the following members

Constructors

NameDescription
Public Method KeyPairInfo()

Properties

NameTypeDescription
Public Property CreateTime System.DateTime

Gets and sets the property CreateTime.

If you used Amazon EC2 to create the key pair, this is the date and time when the key was created, in ISO 8601 date-time format, in the UTC time zone.

If you imported an existing key pair to Amazon EC2, this is the date and time the key was imported, in ISO 8601 date-time format, in the UTC time zone.

Public Property KeyFingerprint System.String

Gets and sets the property KeyFingerprint.

If you used CreateKeyPair to create the key pair:

  • For RSA key pairs, the key fingerprint is the SHA-1 digest of the DER encoded private key.

  • For ED25519 key pairs, the key fingerprint is the base64-encoded SHA-256 digest, which is the default for OpenSSH, starting with OpenSSH 6.8.

If you used ImportKeyPair to provide Amazon Web Services the public key:

  • For RSA key pairs, the key fingerprint is the MD5 public key fingerprint as specified in section 4 of RFC4716.

  • For ED25519 key pairs, the key fingerprint is the base64-encoded SHA-256 digest, which is the default for OpenSSH, starting with OpenSSH 6.8.

Public Property KeyName System.String

Gets and sets the property KeyName.

The name of the key pair.

Public Property KeyPairId System.String

Gets and sets the property KeyPairId.

The ID of the key pair.

Public Property KeyType Amazon.EC2.KeyType

Gets and sets the property KeyType.

The type of key pair.

Public Property PublicKey System.String

Gets and sets the property PublicKey.

The public key material.

Public Property Tags System.Collections.Generic.List<Amazon.EC2.Model.Tag>

Gets and sets the property Tags.

Any tags applied to the key pair.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5