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

    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 Disable Verification Requirement gemSpec_COS#14.6.2.1 + 14.6.2.2

    Declaration

    Swift

    public static func disable(password parameter: VerificationRequirementPasswordParameter) throws
                    -> HealthCardCommand

    Parameters

    parameter

    the arguments for the disable verification requirement command

    Return Value

    Command for a set password secret command