TemplateV3

v3 template schema that uses Key Storage Providers.

Types

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

Properties

Link copied to clipboard

Certificate validity describes the validity and renewal periods of a certificate.

Link copied to clipboard

Enrollment flags describe the enrollment settings for certificates such as using the existing private key and deleting expired or revoked certificates.

Link copied to clipboard

Extensions describe the key usage extensions and application policies for a template.

Link copied to clipboard

General flags describe whether the template is used for computers or users and if the template can be used with autoenrollment.

Link copied to clipboard

Specifies the hash algorithm used to hash the private key.

Link copied to clipboard

Private key attributes allow you to specify the algorithm, minimal key length, key spec, key usage, and cryptographic providers for the private key of a certificate for v3 templates. V3 templates allow you to use Key Storage Providers.

Link copied to clipboard

Private key flags for v3 templates specify the client compatibility, if the private key can be exported, if user input is required when using a private key, and if an alternate signature algorithm should be used.

Link copied to clipboard

Subject name flags describe the subject name and subject alternate name that is included in a certificate.

Link copied to clipboard

List of templates in Active Directory that are superseded by this template.

Functions

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