EnableVerificationRequirement
public struct EnableVerificationRequirement
Command representing Enable Verification Requirement Command gemSpec_COS#14.6.3
-
Set password command parameters
Declaration
Swift
public typealias VerificationRequirementPasswordParameter = (password: Password, dfSpecific: Bool, verificationData: Format2Pin?)
Parameters
password
The password object to change/update
dfSpecific
whether or not the password object specifies a Global or DF-specific. true = DF-Specific, false = global
verificationData
the secret (pin) to be transmitted (omit if not necessary)
-
Use case Enable Verification Requirement gemSpec_COS#14.6.3.1 + 14.6.3.2
Declaration
Swift
public static func enable(password parameter: VerificationRequirementPasswordParameter) throws -> HealthCardCommand
Parameters
parameter
the arguments for the disable verification requirement command
Return Value
Command for a set password secret command