Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - TwoFactorLoggingIn
TwoFactorLoggingIn(two_factor login)

appearance as argument number 1
-------------------------


(documentation TwoFactorLoggingIn EnglishLanguage "A Process of LoggingIn to a Computer that has an extra identity verification step beyond just entering a userName and password.") ComputingBrands.kif 4289-4291
(subclass TwoFactorLoggingIn LoggingIn) ComputingBrands.kif 4288-4288 Two_factor login is a subclass of logging in

appearance as argument number 2
-------------------------


(termFormat EnglishLanguage TwoFactorLoggingIn "two_factor login") ComputingBrands.kif 4292-4292

antecedent
-------------------------


(=>
    (instance ?TF TwoFactorLoggingIn)
    (exists (?DE ?DD)
        (and
            (subProcess ?DE ?TF)
            (instance ?DE DataEntry)
            (instance ?DD DigitalData)
            (objectTransferred ?DE ?DD)
            (not
                (instance ?DD ComputerPassword))
            (not
                (instance ?DD UserName)))))
ComputingBrands.kif 4294-4305

consequent
-------------------------


(=>
    (and
        (attribute ?AC TwoFactorAuthentication)
        (loggedInDuring ?A ?AC ?T))
    (exists (?TF)
        (and
            (instance ?TF TwoFactorLoggingIn)
            (agent ?TF ?A)
            (accountUsed ?TF ?AC)
            (earlier
                (WhenFn ?TF) ?T))))
ComputingBrands.kif 4368-4377


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners