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.

Contains information about a returned public key.

Inheritance Hierarchy

System.Object
  Amazon.CloudTrail.Model.PublicKey

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

Syntax

C#
public class PublicKey

The PublicKey type exposes the following members

Constructors

NameDescription
Public Method PublicKey()

Properties

NameTypeDescription
Public Property Fingerprint System.String

Gets and sets the property Fingerprint.

The fingerprint of the public key.

Public Property ValidityEndTime System.DateTime

Gets and sets the property ValidityEndTime.

The ending time of validity of the public key.

Public Property ValidityStartTime System.DateTime

Gets and sets the property ValidityStartTime.

The starting time of validity of the public key.

Public Property Value System.IO.MemoryStream

Gets and sets the property Value.

The DER encoded public key value in PKCS#1 format.

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