DisableVerificationRequirement
public struct DisableVerificationRequirement
Command representing Disable Verification Requirement Command gemSpec_COS#14.6.2
-
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 Disable Verification Requirement gemSpec_COS#14.6.2.1 + 14.6.2.2
Declaration
Swift
public static func disable(password parameter: VerificationRequirementPasswordParameter) throws -> HealthCardCommandParameters
parameterthe arguments for the disable verification requirement command
Return Value
Command for a set password secret command