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
passwordThe password object to change/update
dfSpecificwhether or not the password object specifies a Global or DF-specific. true = DF-Specific, false = global
verificationDatathe 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 -> HealthCardCommandParameters
parameterthe arguments for the disable verification requirement command
Return Value
Command for a set password secret command