15 references to GetIntValueHelper
System.DirectoryServices.Protocols (15)
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (15)
163get => GetIntValueHelper(LdapOption.LDAP_OPT_REFERRAL_HOP_LIMIT); 191int result = GetIntValueHelper(LdapOption.LDAP_OPT_GETDSNAME_FLAGS); 206int outValue = GetIntValueHelper(LdapOption.LDAP_OPT_HOST_REACHABLE); 215int result = GetIntValueHelper(LdapOption.LDAP_OPT_PING_KEEP_ALIVE); 238get => GetIntValueHelper(LdapOption.LDAP_OPT_PING_LIMIT); 254int result = GetIntValueHelper(LdapOption.LDAP_OPT_PING_WAIT_TIME); 279int outValue = GetIntValueHelper(LdapOption.LDAP_OPT_AUTO_RECONNECT); 291get => GetIntValueHelper(LdapOption.LDAP_OPT_SSPI_FLAGS); 334int outValue = GetIntValueHelper(LdapOption.LDAP_OPT_SIGN); 348int outValue = GetIntValueHelper(LdapOption.LDAP_OPT_ENCRYPT); 368int outValue = GetIntValueHelper(LdapOption.LDAP_OPT_ROOTDSE_CACHE); 382int outValue = GetIntValueHelper(LdapOption.LDAP_OPT_TCP_KEEPALIVE); 396int result = GetIntValueHelper(LdapOption.LDAP_OPT_SEND_TIMEOUT); 527get => (DereferenceAlias)GetIntValueHelper(LdapOption.LDAP_OPT_DEREF); 759get => GetIntValueHelper(LdapOption.LDAP_OPT_VERSION);