2 references to GetLengthSid
System.DirectoryServices (2)
System\DirectoryServices\ActiveDirectory\Utils.cs (2)
2117
int userSidLength = global::Interop.Advapi32.
GetLengthSid
(pUserSid);
2174
int sidLength = global::Interop.Advapi32.
GetLengthSid
(info.DomainSid);