The authentication process intends only to determine if the individual requesting access is telling the truth about who they say they are. There are four methods of authentication, namely: something you know (PIN), something you have (card), something you are (fingerprint), and something you produce (signature). For higher security applications these methods are often used in a cascading hierarchy. For example, during normal working hours a building access control system may allow entry using only an access card (something you have) but after hours the authentication process may escalate to require both a card and a PIN (something you know). Obviously the combination of any two authentication methods will provide a higher level of security than the use of only one method.