6 references to SecurityHandle
System.DirectoryServices.Protocols (6)
_generated\0\LibraryImports.g.cs (3)
183
public static partial int ldap_get_option_sechandle(global::System.DirectoryServices.Protocols.ConnectionHandle ldapHandle, global::System.DirectoryServices.Protocols.LdapOption option, ref global::System.DirectoryServices.Protocols.
SecurityHandle
outValue)
194
fixed (global::System.DirectoryServices.Protocols.
SecurityHandle
* __outValue_native = &outValue)
210
static extern unsafe int __PInvoke(nint __ldapHandle_native, global::System.DirectoryServices.Protocols.LdapOption __option_native, global::System.DirectoryServices.Protocols.
SecurityHandle
* __outValue_native);
src\runtime\src\libraries\Common\src\Interop\Linux\OpenLdap\Interop.Ldap.cs (1)
119
public static partial int ldap_get_option_sechandle(ConnectionHandle ldapHandle, LdapOption option, ref
SecurityHandle
outValue);
System\DirectoryServices\Protocols\Interop\LdapPal.Linux.cs (1)
48
internal static int GetSecurityHandleOption(ConnectionHandle ldapHandle, LdapOption option, ref
SecurityHandle
outValue) => Interop.Ldap.ldap_get_option_sechandle(ldapHandle, option, ref outValue);
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (1)
321
SecurityHandle
tempHandle = default;