Definition
- Namespace:
- Tizen.Security.TEEC
- Assembly:
- Tizen.Security.TEEC.dll
This type denotes the Session Login Method used in OpenSession.
- Inheritance
-
Fields
View Source
Application
Login data about the running client application itself is provided.
Declaration
public const uint Application = 3
Field Value
View Source
Group
Login data about the group running the client application process is provided.
Declaration
public const uint Group = 2
Field Value
Declaration
public const uint Public = 0
Field Value
View Source
User
Login data about the user running the client application process is provided.
Declaration
public const uint User = 1
Field Value