Verify
public struct Verify
Command representing Verify Secret Command gemSpec_COS#14.6.6
-
Verify password command parameters
Declaration
Swift
public typealias VerifyPasswordParameter = (password: Password, dfSpecific: Bool, pin: 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
pinthe old secret (pin) to verify
newthe new secret (pin) to set
-
Use case Change Password Secret (Pin) gemSpec_COS#14.6.6.1
Declaration
Swift
public static func verify(password parameter: VerifyPasswordParameter) -> HealthCardCommandParameters
parameterthe arguments for the password change command
Return Value
Command for a change password secret command