IdentityHelper.CreateDescriptorFromSid Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
CreateDescriptorFromSid(SecurityIdentifier) | See overload. | |
CreateDescriptorFromSid(String) | Create TFS or Windows descriptor for SID based identities. If the type is already known, using the type specific Create method will be faster. TFS group sids start with S-1-9-1551374245. Anything else is treated as Windows, known forms are S-1-5-xxxx, and there are well know groups that have sids of the form S-1-0, S-1-0-xx, S-1-2, S-1-3, S-1-3-xx, S-1-4, S-1-5, S-1-5-xxx |
Top