The SecuritySubjectMemberOfO enumeration contains receiving parameters of groups to which security subject is included.
It is used by the following method:
| Value | Brief description |
| 0 | Default_. Default value, the method is launched as well as the ISecuritySubject.MemberOf method. |
| 2097152 | GetStored. Reserved for internal use. |
| 33554432 | CheckSsExists. Reserved for internal use. |
| 67108864 | NoNTFetch. Do not ask the information at the directory service, return a list of groups cached in the repository. |
| 268435456 | NoGroupInGroup. Reserved for internal use. |
If organization working with application project has a complex structure of directory services, the ISecuritySubject.MemberOfO method with the NoNTFetch parameter use can significantly reduce time of method execution.
See also: