EnrollmentFlagsV3

Template configurations for v3 template schema.

Types

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

Properties

Link copied to clipboard

Allow renewal using the same key.

Link copied to clipboard

Include symmetric algorithms allowed by the subject.

Link copied to clipboard

This flag instructs the CA to not include the security extension szOID_NTDS_CA_SECURITY_EXT (OID:1.3.6.1.4.1.311.25.2), as specified in [MS-WCCE] sections 2.2.2.7.7.4 and 3.2.2.6.2.1.4.5.9, in the issued certificate. This addresses a Windows Kerberos elevation-of-privilege vulnerability.

Delete expired or revoked certificates instead of archiving them.

Link copied to clipboard

Require user interaction when the subject is enrolled and the private key associated with the certificate is used.

Functions

Link copied to clipboard
inline fun copy(block: EnrollmentFlagsV3.Builder.() -> Unit = {}): EnrollmentFlagsV3
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