Class CfnVirtualNode.SubjectAlternativeNameMatchersProperty
An object that represents the methods by which a subject alternative name on a peer Transport Layer Security (TLS) certificate can be matched.
Inheritance
System.Object
CfnVirtualNode.SubjectAlternativeNameMatchersProperty
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SubjectAlternativeNameMatchersProperty : Object, CfnVirtualNode.ISubjectAlternativeNameMatchersProperty
Syntax (vb)
Public Class SubjectAlternativeNameMatchersProperty
Inherits Object
Implements CfnVirtualNode.ISubjectAlternativeNameMatchersProperty
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.AWS.AppMesh;
var subjectAlternativeNameMatchersProperty = new SubjectAlternativeNameMatchersProperty {
Exact = new [] { "exact" }
};
Synopsis
Constructors
SubjectAlternativeNameMatchersProperty() |
Properties
Exact | The values sent must match the specified values exactly. |
Constructors
SubjectAlternativeNameMatchersProperty()
public SubjectAlternativeNameMatchersProperty()
Properties
Exact
The values sent must match the specified values exactly.
public string[] Exact { get; set; }
Property Value
System.String[]