TemplatePrivateKeyFlagsV4

data class TemplatePrivateKeyFlagsV4(val clientVersion: TemplateClientCompatibilityV4, val exportableKey: Boolean? = null, val requireAlternateSignatureAlgorithm: Boolean? = null, val requireSameKeyRenewal: Boolean? = null, val strongKeyProtectionRequired: Boolean? = null, val useLegacyProvider: Boolean? = null)

Constructors

Link copied to clipboard
constructor(clientVersion: TemplateClientCompatibilityV4, exportableKey: Boolean? = null, requireAlternateSignatureAlgorithm: Boolean? = null, requireSameKeyRenewal: Boolean? = null, strongKeyProtectionRequired: Boolean? = null, useLegacyProvider: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val exportableKey: Boolean? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard