#LL #Blog
The #Blog# starts from here
Pages
(Move to ...)
Home
▼
Showing posts with label
guid
.
Show all posts
Showing posts with label
guid
.
Show all posts
Wednesday, October 25, 2017
Active Directory GUID
›
Active Directory GUID is stored as Byte array (Byte[]). To convert from Byte[] to string: string guid = new Guid(Byte[] Object).ToString...
Friday, September 08, 2017
GUID String to Octect String
›
If you need to perform LDAP query against Active Directory with objectGUID as the filter, you need to convert the string representation of t...
›
Home
View web version