1 write to _pathCracker
System.DirectoryServices (1)
System\DirectoryServices\ActiveDirectory\DirectoryEntryManager.cs (1)
95
_pathCracker
= (NativeComInterfaces.IAdsPathname)new NativeComInterfaces.Pathname();
3 references to _pathCracker
System.DirectoryServices (3)
System\DirectoryServices\ActiveDirectory\DirectoryEntryManager.cs (3)
96
_pathCracker
.EscapedMode = NativeComInterfaces.ADS_ESCAPEDMODE_ON;
159
_pathCracker
.Set(dn, NativeComInterfaces.ADS_SETTYPE_DN);
160
string escapedDN =
_pathCracker
.Retrieve(NativeComInterfaces.ADS_FORMAT_X500_DN);