12 references to PtrToString
System.DirectoryServices.Protocols (12)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (8)
1464name = LdapPal.PtrToString(requestName); 1621responseDn = LdapPal.PtrToString(dn); 1624responseMessage = LdapPal.PtrToString(message); 1635string s = LdapPal.PtrToString((IntPtr)singleReferral); 1724entryDn = LdapPal.PtrToString(dn); 1780string name = LdapPal.PtrToString(attributeName); 1834string s = LdapPal.PtrToString(tempPtr); 1930string controlType = LdapPal.PtrToString(control.ldctl_oid);
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (4)
618string s = LdapPal.PtrToString((IntPtr)singleReferral); 831stringValue = LdapPal.PtrToString(outValue); 895NewDN = LdapPal.PtrToString(NewDNPtr); 959newDN = LdapPal.PtrToString(newDNPtr);