The ILogonSession interface contains properties and methods of a current session.
| Property name | Brief description | |
![]() |
Credentials | The Credentials property determines the credentials set within the current session, which will be used to work with objects. |
![]() |
Groups | The Groups property returns the groups of users including the current repository user. |
![]() |
Key | The Key property returns a key of the current repository session. |
![]() |
LogonCredentials | The LogonCredentials property returns the credentials used for logging in. |
![]() |
LogonData | The LogonData property returns the parameters of a security module that were used when logging on the repository. |
![]() |
PrimaryConnection | The PrimaryConnection property returns the current repository connection. |
![]() |
User | The User property returns information about the current repository user. |
![]() |
UserDescription | The UserDescription property returns full user name to write it into the access protocol. |
![]() |
UserIP | The UserIP property returns workstation IP-address to write it to the access protocol. |
![]() |
UserOS | The UserOS property returns the OS user name to write it into the access protocol. |
![]() |
UserStation | The UserStation property returns the user workstation name that is used for writing into the access protocol. |
![]() |
UserToken | The UserToken property returns parameters of mandatory access of the current user. |
| Method name | Brief description | |
![]() |
CreateLogonParams | The CreateLogonParams method creates parameters that are used in checking connection possibility. |
![]() |
OnLogon | The OnLogon method checks connection possibility and sets relevant parameters values. |
See also: