6 references to SecurityHandle
System.DirectoryServices.Protocols (6)
_generated\0\LibraryImports.g.cs (3)
183public 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) 194fixed (global::System.DirectoryServices.Protocols.SecurityHandle* __outValue_native = &outValue) 210static 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)
119public static partial int ldap_get_option_sechandle(ConnectionHandle ldapHandle, LdapOption option, ref SecurityHandle outValue);
System\DirectoryServices\Protocols\Interop\LdapPal.Linux.cs (1)
48internal 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)
321SecurityHandle tempHandle = default;