Show / Hide Table of Contents

Class CfnCertificate.OtherNameProperty

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
System.Object
CfnCertificate.OtherNameProperty
Implements
CfnCertificate.IOtherNameProperty
Namespace: Amazon.CDK.AWS.ACMPCA
Assembly: Amazon.CDK.AWS.ACMPCA.dll
Syntax (csharp)
public class OtherNameProperty : Object, CfnCertificate.IOtherNameProperty
Syntax (vb)
Public Class OtherNameProperty
    Inherits Object
    Implements CfnCertificate.IOtherNameProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-othername.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ACMPCA;

var otherNameProperty = new OtherNameProperty {
    TypeId = "typeId",
    Value = "value"
};

Synopsis

Constructors

OtherNameProperty()

Properties

TypeId

Specifies an OID.

Value

Specifies an OID value.

Constructors

OtherNameProperty()

public OtherNameProperty()

Properties

TypeId

Specifies an OID.

public string TypeId { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-othername.html#cfn-acmpca-certificate-othername-typeid

Value

Specifies an OID value.

public string Value { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-othername.html#cfn-acmpca-certificate-othername-value

Implements

CfnCertificate.IOtherNameProperty
Back to top Generated by DocFX