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 : object
Inheritance
LoginMethod

Fields

View Source

Application

Login data about the running client application itself is provided.

Declaration
C#
Copy
public const uint Application = null
Field Value
Type Description
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 = null
Field Value
Type Description
UInt32
API Level: 3
View Source

Public

No login data is provided.

Declaration
C#
Copy
public const uint Public = null
Field Value
Type Description
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 = null
Field Value
Type Description
UInt32
API Level: 3

Extension Methods