Table of Contents

Class AuthenticationResult_AllowedApplication

Namespace
PolarStudio
Assembly
PolarStudio.dll

This class contains the information about allowing the user to use a specific application in the project.

public class AuthenticationResult_AllowedApplication
Inheritance
AuthenticationResult_AllowedApplication
Inherited Members
Extension Methods

Constructors

AuthenticationResult_AllowedApplication()

The default constructor

public AuthenticationResult_AllowedApplication()

AuthenticationResult_AllowedApplication(string, string, string, string)

This constructor allows to easily allow an application.

public AuthenticationResult_AllowedApplication(string pApplicationPID, string pGroupPID, string pPrivateRecordID, string pApplicationAccessGUID = "")

Parameters

pApplicationPID string

The PID of the application this user gets access to in the application. Can also be '*' to give access to the first application.

pGroupPID string

The PID of the group

pPrivateRecordID string

An ID of the Private Record (when the UserGroup is linked to a table in the database)

pApplicationAccessGUID string

The GUID of the ApplicationAccess. The ApplicationAccess is used to store usersettings on the server for this specific application.

Fields

ApplicationAccessGUID

The GUID of the ApplicationAccess. The ApplicationAccess is used to store usersettings on the server for this specific application.

public string ApplicationAccessGUID

Field Value

string

ApplicationPID

The PID of the application this user gets access to in the application. Can also be '*' to give access to the first application.

public string ApplicationPID

Field Value

string

GroupPID

The PID of the group

public string GroupPID

Field Value

string

PrivateRecordID

An ID of the Private Record (when the UserGroup is linked to a table in the database)

public string PrivateRecordID

Field Value

string