12 references to PtrToString
System.DirectoryServices.Protocols (12)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (8)
1464
name = LdapPal.
PtrToString
(requestName);
1621
responseDn = LdapPal.
PtrToString
(dn);
1624
responseMessage = LdapPal.
PtrToString
(message);
1635
string s = LdapPal.
PtrToString
((IntPtr)singleReferral);
1724
entryDn = LdapPal.
PtrToString
(dn);
1780
string name = LdapPal.
PtrToString
(attributeName);
1834
string s = LdapPal.
PtrToString
(tempPtr);
1930
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);