3 references to SecurityHandle
System.DirectoryServices.Protocols (3)
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;