Show / Hide Table of Contents

Enum NameConstraintType

The type of name constraint. A directory name constraint specifies restrictions on any subject fields. A DNS address name constraint or IP address name constraint specifies restrictions on the common name in the subject field and on the subject alternative name.

Namespace: Oci.CertificatesmanagementService.Models
Assembly: OCI.DotNetSDK.Certificatesmanagement.dll
Syntax
public enum NameConstraintType

Fields

Name Description
DirectoryName
Dns
Ip
UnknownEnumValue
In this article
Back to top