SubjectNameFlagsV2

Information to include in the subject name and alternate subject name of the certificate. The subject name can be common name, directory path, DNS as common name, or left blank. You can optionally include email to the subject name for user templates. If you leave the subject name blank then you must set a subject alternate name. The subject alternate name (SAN) can include globally unique identifier (GUID), DNS, domain DNS, email, service principal name (SPN), and user principal name (UPN). You can leave the SAN blank. If you leave the SAN blank, then you must set a subject name.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Include the common name in the subject name.

Link copied to clipboard

Include the directory path in the subject name.

Link copied to clipboard

Include the DNS as common name in the subject name.

Link copied to clipboard

Include the subject's email in the subject name.

Link copied to clipboard

Include the globally unique identifier (GUID) in the subject alternate name.

Link copied to clipboard

Include the DNS in the subject alternate name.

Link copied to clipboard

Include the domain DNS in the subject alternate name.

Link copied to clipboard

Include the subject's email in the subject alternate name.

Link copied to clipboard

Include the service principal name (SPN) in the subject alternate name.

Link copied to clipboard

Include the user principal name (UPN) in the subject alternate name.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String