Interface CfnCertificatePropsMixin.IOtherNameProperty
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) .
Namespace: Amazon.CDK.Mixins.Preview.AWS.ACMPCA.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnCertificatePropsMixin.IOtherNameProperty
Syntax (vb)
Public Interface CfnCertificatePropsMixin.IOtherNameProperty
Remarks
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.Mixins.Preview.AWS.ACMPCA.Mixins;
var otherNameProperty = new OtherNameProperty {
TypeId = "typeId",
Value = "value"
};
Synopsis
Properties
| TypeId | Specifies an OID. |
| Value | Specifies an OID value. |
Properties
TypeId
Specifies an OID.
string? TypeId { get; }
Property Value
Remarks
Value
Specifies an OID value.
string? Value { get; }