Class LoginMethod

Definition

Namespace:
Tizen.Security.TEEC
Assembly:
Tizen.Security.TEEC.dll
API Level:
3

This type denotes the Session Login Method used in OpenSession.

C#
Copy
public class LoginMethod
Inheritance
System.Object
LoginMethod

Fields

View Source

Application

Login data about the running client application itself is provided.

Declaration
C#
Copy
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
C#
Copy
public const uint Group = 2U
Field Value
Type Description
System.UInt32
API Level: 3
View Source

Public

No login data is provided.

Declaration
C#
Copy
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
C#
Copy
public const uint User = 1U
Field Value
Type Description
System.UInt32
API Level: 3