The ISecuritySubject interface contains basic properties and methods used to work with security subject.
| Property name | Brief description | |
| Description | The Description property determines security subject description. | |
| DistinguishedName | The DistinguishedName property returns the distinguished name for a security subject. | |
| IsHidden | The IsHidden property returns whether security subject is hidden. | |
| IsNT | The IsNT property returns whether the security subject is a domain security subject. | |
| LogonHoursPolicy | The LogonHoursPolicy property returns settings of the security subject access to the platform by time. | |
| Name | The Name property determines a security subject name. | |
| Sid | The Sid property returns parameters of the security subject identifier. | |
| Tag | The Tag property is used to store additional system information about security subjects. | |
| Type | The Type property returns the type of the current security subject. | |
| UserPrincipalName | The UserPrincipalName property returns a domain user name. |
| Method name | Brief description | |
| The HasAccessToRepository method checks is the user or a group of users have effective permissions to repository objects. | ||
| The MemberOf method returns the collection of the groups, to which the given security subject is included. | ||
| The MemberOfO method returns the collection of groups, in which the given security subject is included taking into account defined parameters for getting groups. |
See also: