You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i'm trying read the ObjectSid in string format (Ex: S-1-X-XX-XXXXX...), I can get objectSid in two formats, Array buffer or wrong string, same bellow:
Hi, i'm trying read the ObjectSid in string format (Ex: S-1-X-XX-XXXXX...), I can get objectSid in two formats, Array buffer or wrong string, same bellow:
Buffer:
String (?):
My method entryParser from Active Directory instance is like this:
How I can format the ArrayBuffer from readble string as "S-1-X-XX..." format?
The text was updated successfully, but these errors were encountered: