12 references to PtrToString
System.DirectoryServices.Protocols (12)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (8)
1458
name = LdapPal.
PtrToString
(requestName);
1615
responseDn = LdapPal.
PtrToString
(dn);
1618
responseMessage = LdapPal.
PtrToString
(message);
1629
string s = LdapPal.
PtrToString
((IntPtr)singleReferral);
1718
entryDn = LdapPal.
PtrToString
(dn);
1774
string name = LdapPal.
PtrToString
(attributeName);
1828
string s = LdapPal.
PtrToString
(tempPtr);
1924
string controlType = LdapPal.
PtrToString
(control.ldctl_oid);
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (4)
618
string s = LdapPal.
PtrToString
((IntPtr)singleReferral);
831
stringValue = LdapPal.
PtrToString
(outValue);
895
NewDN = LdapPal.
PtrToString
(NewDNPtr);
959
newDN = LdapPal.
PtrToString
(newDNPtr);