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.

Defines a custom ASN.1 X.400 GeneralName using an object identifier (OID) and value. The OID must satisfy the regular expression shown below. For more information, see NIST's definition of Object Identifier (OID).

Inheritance Hierarchy

System.Object
  Amazon.ACMPCA.Model.OtherName

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

Syntax

C#
public class OtherName

The OtherName type exposes the following members

Constructors

NameDescription
Public Method OtherName()

Properties

NameTypeDescription
Public Property TypeId System.String

Gets and sets the property TypeId.

Specifies an OID.

Public Property Value System.String

Gets and sets the property Value.

Specifies an OID value.

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