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 an ASN.1 X.400 GeneralName as defined in RFC 5280. Only one of the following naming options should be provided. Providing more than one option results in an InvalidArgsException error.

Inheritance Hierarchy

System.Object
  Amazon.ACMPCA.Model.GeneralName

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

Syntax

C#
public class GeneralName

The GeneralName type exposes the following members

Constructors

NameDescription
Public Method GeneralName()

Properties

NameTypeDescription
Public Property DirectoryName Amazon.ACMPCA.Model.ASN1Subject

Gets and sets the property DirectoryName.

Public Property DnsName System.String

Gets and sets the property DnsName.

Represents GeneralName as a DNS name.

Public Property EdiPartyName Amazon.ACMPCA.Model.EdiPartyName

Gets and sets the property EdiPartyName.

Represents GeneralName as an EdiPartyName object.

Public Property IpAddress System.String

Gets and sets the property IpAddress.

Represents GeneralName as an IPv4 or IPv6 address.

Public Property OtherName Amazon.ACMPCA.Model.OtherName

Gets and sets the property OtherName.

Represents GeneralName using an OtherName object.

Public Property RegisteredId System.String

Gets and sets the property RegisteredId.

Represents GeneralName as an object identifier (OID).

Public Property Rfc822Name System.String

Gets and sets the property Rfc822Name.

Represents GeneralName as an RFC 822 email address.

Public Property UniformResourceIdentifier System.String

Gets and sets the property UniformResourceIdentifier.

Represents GeneralName as a URI.

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