Class LoginMethod

Definition

Namespace:
Tizen.Security.TEEC
Assembly:
Tizen.Security.TEEC.dll

This type denotes the Session Login Method used in OpenSession.

C#
Copy
public class LoginMethod
Inheritance
object
LoginMethod

Fields

View Source

Application

Login data about the running client application itself is provided.

Declaration
C#
Copy
public const uint Application = 3
Field Value
Type Description
uint
View Source

Group

Login data about the group running the client application process is provided.

Declaration
C#
Copy
public const uint Group = 2
Field Value
Type Description
uint
View Source

Public

No login data is provided.

Declaration
C#
Copy
public const uint Public = 0
Field Value
Type Description
uint
View Source

User

Login data about the user running the client application process is provided.

Declaration
C#
Copy
public const uint User = 1
Field Value
Type Description
uint