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