Interface CfnVirtualNode.ISubjectAlternativeNameMatchersProperty
An object that represents the methods by which a subject alternative name on a peer Transport Layer Security (TLS) certificate can be matched.
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISubjectAlternativeNameMatchersProperty
Syntax (vb)
Public Interface 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
Properties
Exact | The values sent must match the specified values exactly. |
Properties
Exact
The values sent must match the specified values exactly.
virtual string[] Exact { get; }
Property Value
System.String[]