');this.$searchContainer=t,this.$search=t.find("input"),this.$search.prop("autocomplete",this.options.get("autocomplete"));var n=e.call(this);return this._transferTabIndex(),n.append(this.$searchContainer),n},e.prototype.bind=function(e,t,n){var i=this,r=t.id+"-results",s=t.id+"-container";e.call(this,t,n),i.$search.attr("aria-describedby",s),t.on("open",function(){i.$search.attr("aria-controls",r),i.$search.trigger("focus")}),t.on("close",function(){i.$search.val(""),i.resizeSearch(),i.$search.removeAttr("aria-controls"),i.$search.removeAttr("aria-activedescendant"),i.$search.trigger("focus")}),t.on("enable",function(){i.$search.prop("disabled",!1),i._transferTabIndex()}),t.on("disable",function(){i.$search.prop("disabled",!0)}),t.on("focus",function(e){i.$search.trigger("focus")}),t.on("results:focus",function(e){e.data._resultId?i.$search.attr("aria-activedescendant",e.data._resultId):i.$search.removeAttr("aria-activedescendant")}),this.$selection.on("focusin",".select2-search--inline",function(e){i.trigger("focus",e)}),this.$selection.on("focusout",".select2-search--inline",function(e){i._handleBlur(e)}),this.$selection.on("keydown",".select2-search--inline",function(e){if(e.stopPropagation(),i.trigger("keypress",e),i._keyUpPrevented=e.isDefaultPrevented(),e.which===c.BACKSPACE&&""===i.$search.val()){var t=i.$selection.find(".select2-selection__choice").last();if(0this.maximumInputLength?this.trigger("results:message",{message:"inputTooLong",args:{maximum:this.maximumInputLength,input:t.term,params:t}}):e.call(this,t,n)},e}),e.define("select2/data/maximumSelectionLength",[],function(){function e(e,t,n){this.maximumSelectionLength=n.get("maximumSelectionLength"),e.call(this,t,n)}return e.prototype.bind=function(e,t,n){var i=this;e.call(this,t,n),t.on("select",function(){i._checkIfMaximumSelected()})},e.prototype.query=function(e,t,n){var i=this;this._checkIfMaximumSelected(function(){e.call(i,t,n)})},e.prototype._checkIfMaximumSelected=function(e,n){var i=this;this.current(function(e){var t=null!=e?e.length:0;0=i.maximumSelectionLength?i.trigger("results:message",{message:"maximumSelected",args:{maximum:i.maximumSelectionLength}}):n&&n()})},e}),e.define("select2/dropdown",["jquery","./utils"],function(t,e){function n(e,t){this.$element=e,this.options=t,n.__super__.constructor.call(this)}return e.Extend(n,e.Observable),n.prototype.render=function(){var e=t('');return e.attr("dir",this.options.get("dir")),this.$dropdown=e},n.prototype.bind=function(){},n.prototype.position=function(e,t){},n.prototype.destroy=function(){this.$dropdown.remove()},n}),e.define("select2/dropdown/search",["jquery"],function(s){function e(){}return e.prototype.render=function(e){var t=e.call(this),n=s('');return this.$searchContainer=n,this.$search=n.find("input"),this.$search.prop("autocomplete",this.options.get("autocomplete")),t.prepend(n),t},e.prototype.bind=function(e,t,n){var i=this,r=t.id+"-results";e.call(this,t,n),this.$search.on("keydown",function(e){i.trigger("keypress",e),i._keyUpPrevented=e.isDefaultPrevented()}),this.$search.on("input",function(e){s(this).off("keyup")}),this.$search.on("keyup input",function(e){i.handleSearch(e)}),t.on("open",function(){i.$search.attr("tabindex",0),i.$search.attr("aria-controls",r),i.$search.trigger("focus"),window.setTimeout(function(){i.$search.trigger("focus")},0)}),t.on("close",function(){i.$search.attr("tabindex",-1),i.$search.removeAttr("aria-controls"),i.$search.removeAttr("aria-activedescendant"),i.$search.val(""),i.$search.trigger("blur")}),t.on("focus",function(){t.isOpen()||i.$search.trigger("focus")}),t.on("results:all",function(e){null!=e.query.term&&""!==e.query.term||(i.showSearch(e)?i.$searchContainer[0].classList.remove("select2-search--hide"):i.$searchContainer[0].classList.add("select2-search--hide"))}),t.on("results:focus",function(e){e.data._resultId?i.$search.attr("aria-activedescendant",e.data._resultId):i.$search.removeAttr("aria-activedescendant")})},e.prototype.handleSearch=function(e){if(!this._keyUpPrevented){var t=this.$search.val();this.trigger("query",{term:t})}this._keyUpPrevented=!1},e.prototype.showSearch=function(e,t){return!0},e}),e.define("select2/dropdown/hidePlaceholder",[],function(){function e(e,t,n,i){this.placeholder=this.normalizePlaceholder(n.get("placeholder")),e.call(this,t,n,i)}return e.prototype.append=function(e,t){t.results=this.removePlaceholder(t.results),e.call(this,t)},e.prototype.normalizePlaceholder=function(e,t){return"string"==typeof t&&(t={id:"",text:t}),t},e.prototype.removePlaceholder=function(e,t){for(var n=t.slice(0),i=t.length-1;0<=i;i--){var r=t[i];this.placeholder.id===r.id&&n.splice(i,1)}return n},e}),e.define("select2/dropdown/infiniteScroll",["jquery"],function(n){function e(e,t,n,i){this.lastParams={},e.call(this,t,n,i),this.$loadingMore=this.createLoadingMore(),this.loading=!1}return e.prototype.append=function(e,t){this.$loadingMore.remove(),this.loading=!1,e.call(this,t),this.showLoadingMore(t)&&(this.$results.append(this.$loadingMore),this.loadMoreIfNeeded())},e.prototype.bind=function(e,t,n){var i=this;e.call(this,t,n),t.on("query",function(e){i.lastParams=e,i.loading=!0}),t.on("query:append",function(e){i.lastParams=e,i.loading=!0}),this.$results.on("scroll",this.loadMoreIfNeeded.bind(this))},e.prototype.loadMoreIfNeeded=function(){var e=n.contains(document.documentElement,this.$loadingMore[0]);if(!this.loading&&e){var t=this.$results.offset().top+this.$results.outerHeight(!1);this.$loadingMore.offset().top+this.$loadingMore.outerHeight(!1)<=t+50&&this.loadMore()}},e.prototype.loadMore=function(){this.loading=!0;var e=n.extend({},{page:1},this.lastParams);e.page++,this.trigger("query:append",e)},e.prototype.showLoadingMore=function(e,t){return t.pagination&&t.pagination.more},e.prototype.createLoadingMore=function(){var e=n(''),t=this.options.get("translations").get("loadingMore");return e.html(t(this.lastParams)),e},e}),e.define("select2/dropdown/attachBody",["jquery","../utils"],function(f,a){function e(e,t,n){this.$dropdownParent=f(n.get("dropdownParent")||document.body),e.call(this,t,n)}return e.prototype.bind=function(e,t,n){var i=this;e.call(this,t,n),t.on("open",function(){i._showDropdown(),i._attachPositioningHandler(t),i._bindContainerResultHandlers(t)}),t.on("close",function(){i._hideDropdown(),i._detachPositioningHandler(t)}),this.$dropdownContainer.on("mousedown",function(e){e.stopPropagation()})},e.prototype.destroy=function(e){e.call(this),this.$dropdownContainer.remove()},e.prototype.position=function(e,t,n){t.attr("class",n.attr("class")),t[0].classList.remove("select2"),t[0].classList.add("select2-container--open"),t.css({position:"absolute",top:-999999}),this.$container=n},e.prototype.render=function(e){var t=f(""),n=e.call(this);return t.append(n),this.$dropdownContainer=t},e.prototype._hideDropdown=function(e){this.$dropdownContainer.detach()},e.prototype._bindContainerResultHandlers=function(e,t){if(!this._containerResultsHandlersBound){var n=this;t.on("results:all",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("results:append",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("results:message",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("select",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("unselect",function(){n._positionDropdown(),n._resizeDropdown()}),this._containerResultsHandlersBound=!0}},e.prototype._attachPositioningHandler=function(e,t){var n=this,i="scroll.select2."+t.id,r="resize.select2."+t.id,s="orientationchange.select2."+t.id,o=this.$container.parents().filter(a.hasScroll);o.each(function(){a.StoreData(this,"select2-scroll-position",{x:f(this).scrollLeft(),y:f(this).scrollTop()})}),o.on(i,function(e){var t=a.GetData(this,"select2-scroll-position");f(this).scrollTop(t.y)}),f(window).on(i+" "+r+" "+s,function(e){n._positionDropdown(),n._resizeDropdown()})},e.prototype._detachPositioningHandler=function(e,t){var n="scroll.select2."+t.id,i="resize.select2."+t.id,r="orientationchange.select2."+t.id;this.$container.parents().filter(a.hasScroll).off(n),f(window).off(n+" "+i+" "+r)},e.prototype._positionDropdown=function(){var e=f(window),t=this.$dropdown[0].classList.contains("select2-dropdown--above"),n=this.$dropdown[0].classList.contains("select2-dropdown--below"),i=null,r=this.$container.offset();r.bottom=r.top+this.$container.outerHeight(!1);var s={height:this.$container.outerHeight(!1)};s.top=r.top,s.bottom=r.top+s.height;var o=this.$dropdown.outerHeight(!1),a=e.scrollTop(),l=e.scrollTop()+e.height(),c=ar.bottom+o,d={left:r.left,top:s.bottom},p=this.$dropdownParent;"static"===p.css("position")&&(p=p.offsetParent());var h={top:0,left:0};(f.contains(document.body,p[0])||p[0].isConnected)&&(h=p.offset()),d.top-=h.top,d.left-=h.left,t||n||(i="below"),u||!c||t?!c&&u&&t&&(i="below"):i="above",("above"==i||t&&"below"!==i)&&(d.top=s.top-h.top-o),null!=i&&(this.$dropdown[0].classList.remove("select2-dropdown--below"),this.$dropdown[0].classList.remove("select2-dropdown--above"),this.$dropdown[0].classList.add("select2-dropdown--"+i),this.$container[0].classList.remove("select2-container--below"),this.$container[0].classList.remove("select2-container--above"),this.$container[0].classList.add("select2-container--"+i)),this.$dropdownContainer.css(d)},e.prototype._resizeDropdown=function(){var e={width:this.$container.outerWidth(!1)+"px"};this.options.get("dropdownAutoWidth")&&(e.minWidth=e.width,e.position="relative",e.width="auto"),this.$dropdown.css(e)},e.prototype._showDropdown=function(e){this.$dropdownContainer.appendTo(this.$dropdownParent),this._positionDropdown(),this._resizeDropdown()},e}),e.define("select2/dropdown/minimumResultsForSearch",[],function(){function e(e,t,n,i){this.minimumResultsForSearch=n.get("minimumResultsForSearch"),this.minimumResultsForSearch<0&&(this.minimumResultsForSearch=1/0),e.call(this,t,n,i)}return e.prototype.showSearch=function(e,t){return!(function e(t){for(var n=0,i=0;i');return e.attr("dir",this.options.get("dir")),this.$container=e,this.$container[0].classList.add("select2-container--"+this.options.get("theme")),u.StoreData(e[0],"element",this.$element),e},d}),e.define("jquery-mousewheel",["jquery"],function(e){return e}),e.define("jquery.select2",["jquery","jquery-mousewheel","./select2/core","./select2/defaults","./select2/utils"],function(r,e,s,t,o){if(null==r.fn.select2){var a=["open","close","destroy"];r.fn.select2=function(t){if("object"==typeof(t=t||{}))return this.each(function(){var e=r.extend(!0,{},t);new s(r(this),e)}),this;if("string"!=typeof t)throw new Error("Invalid arguments for Select2: "+t);var n,i=Array.prototype.slice.call(arguments,1);return this.each(function(){var e=o.GetData(this,"select2");null==e&&window.console&&console.error&&console.error("The select2('"+t+"') method was called on an element that is not using Select2."),n=e[t].apply(e,i)}),-1 ライセンス関連のサポート - SonicWall Main Menu 製品 Main Menu製品 ネットワークセキュリティ Main Menuネットワークセキュリティ 次世代ファイアウォール(NGFW) Secure SD-WAN ネットワーク セキュリティ シリーズ ネットワークセキュリティと管理 SonicProtect Subscription メールセキュリティ Main Menuメールセキュリティ ホステッドメールセキュリティ オンプレミスメールセキュリティ Networking & Access Main MenuNetworking & Access ネットワークスイッチ ワイヤレスアクセスポイント Outdoor Access Points Zero Trust Access On-Premise (SMA) Wireless Network Manager Secure Service Edge Main MenuSecure Service Edge Cloud Secure Edge Secure Private Access Secure Internet Access MXDR and Managed XDR Main MenuMXDR and Managed XDR SonicSentry MXDR SonicSentry MDR SonicSentry MDR for Cloud SonicSentry MDR for Network Capture Client Capture Advanced Threat Protection (ATP) Gen 7ファイアウォール SonicWallのGen 7プラットフォーム対応ファイアウォールは、安定性と優れた脅威保護を備えたパフォーマンスをすべて業界をリードするTCOで提供します。 詳細を読む すべての製品 A-Z 無料トライアル ソリューション Main Menuソリューション 各種業界向け Main Menu各種業界向け 分散型企業 リテールとホスピタリティ K-12教育 高等教育 州および地方 連邦政府 ヘルスケア 金融サービス 通信事業者 使用事例 Main Menu使用事例 Secure SD-Branch ゼロトラストセキュリティ Secure SD-WAN Office 365セキュリティ SaaS Security セキュアなWi-Fi Internet Threat Protection Secure Access Service Edge Widgets Main MenuWidgets Content Widgets 連邦政府 連邦政府関係機関とネットワークをスケーラブルで特定用途向けのサイバーセキュリティソリューションで保護 Image Widgets パートナー Main Menuパートナー SonicWallパートナー Main MenuSonicWallパートナー パートナーの概要 Service Providers パートナーを探す 正規販売店 テクノロジーパートナー パートナー リソース Main Menuパートナー リソース パートナーになる SonicWall University トレーニングと認定 Widgets Main MenuWidgets Content Widgets パートナーポータル 案件登録、MDF、セールスおよびマーケティングツール、トレーニングなどがご利用いただけます。 Image Widgets サポート Main Menuサポート サポート Main Menuサポート サポートポータル ナレッジベース Cloud Secure Edge Docs 技術文書 コミュニティ ビデオチュートリアル 製品のライフサイクル一覧 サポートへのお問い合わせ リソース Main Menuリソース リソース センター イベント 無料トライアル ブログ SonicWall University MySonicWall Capture Labs Main MenuCapture Labs Capture Labs 全世界アタックマップ セキュリティニュース PSIRT アプリケーションカタログ Widgets Main MenuWidgets Content Widgets サポートポータル ナレッジベース、コミュニティ、技術文書、ビデオチュートリアルを検索することにより、質問への回答を検索する Image Widgets 会社 Main Menu会社 会社 Main Menu会社 ニュース 受賞歴 リーダーシップチーム プレスキット 採用情報 プロモーション Main Menuプロモーション SonicWall のプロモーション カスタマー ロイヤルティ プログラム マネージドサービス Main Menuマネージドサービス マネージド セキュリティ サービス Security as a Service プロフェッショナル サービス プロモーション Main Menuプロモーション SonicWall のプロモーション カスタマー ロイヤルティ プログラム マネージドサービス Main Menuマネージドサービス マネージド セキュリティ サービス Security as a Service プロフェッショナル サービス お問い合わせ 日本語 日本語 ja-jp Main Menu English 英語 en 简体中文 簡体中国語 zh-cn Français フランス語 fr-fr Deutsch ドイツ語 de-de 한국어 韓国語 ko-kr Português (Brasil) ポルトガル語(ブラジル) pt-br Español ペイン語 es-mx English (UK) 英語 (UK) en-gb パートナーポータル Promotions リソース ブログ イベント ja-jp English简体中文FrançaisDeutsch日本語한국어Português (Brasil)Español 製品 すべての製品 A-Z 無料トライアル Gen 7ファイアウォール SonicWallのGen 7プラットフォーム対応ファイアウォールは、安定性と優れた脅威保護を備えたパフォーマンスをすべて業界をリードするTCOで提供します。 詳細を読む ネットワークセキュリティ 次世代ファイアウォール(NGFW) Secure SD-WAN ネットワーク セキュリティ シリーズ ネットワークセキュリティと管理 SonicProtect Subscription メールセキュリティ ホステッドメールセキュリティ オンプレミスメールセキュリティ Networking & Access ネットワークスイッチ ワイヤレスアクセスポイント Outdoor Access Points Zero Trust Access On-Premise (SMA) Wireless Network Manager Secure Service Edge Cloud Secure Edge Secure Private Access Secure Internet Access MXDR and Managed XDR SonicSentry MXDR SonicSentry MDR SonicSentry MDR for Cloud SonicSentry MDR for Network Capture Client Capture Advanced Threat Protection (ATP) ソリューション 連邦政府 連邦政府関係機関とネットワークをスケーラブルで特定用途向けのサイバーセキュリティソリューションで保護 Learn More 連邦政府 連邦政府関係機関とネットワークをスケーラブルで特定用途向けのサイバーセキュリティソリューションで保護 Learn More 各種業界向け 分散型企業 リテールとホスピタリティ K-12教育 高等教育 州および地方 連邦政府 ヘルスケア 金融サービス 通信事業者 使用事例 Secure SD-Branch ゼロトラストセキュリティ Secure SD-WAN Office 365セキュリティ SaaS Security セキュアなWi-Fi Internet Threat Protection Secure Access Service Edge パートナー パートナーポータル 案件登録、MDF、セールスおよびマーケティングツール、トレーニングなどがご利用いただけます。 Learn More パートナーポータル 案件登録、MDF、セールスおよびマーケティングツール、トレーニングなどがご利用いただけます。 Learn More SonicWallパートナー パートナーの概要 Service Providers パートナーを探す 正規販売店 テクノロジーパートナー パートナー リソース パートナーになる SonicWall University トレーニングと認定 サポート サポートポータル ナレッジベース、コミュニティ、技術文書、ビデオチュートリアルを検索することにより、質問への回答を検索する Learn More サポートポータル ナレッジベース、コミュニティ、技術文書、ビデオチュートリアルを検索することにより、質問への回答を検索する Learn More サポート サポートポータル ナレッジベース Cloud Secure Edge Docs 技術文書 コミュニティ ビデオチュートリアル 製品のライフサイクル一覧 サポートへのお問い合わせ リソース リソース センター イベント 無料トライアル ブログ SonicWall University MySonicWall Capture Labs Capture Labs 全世界アタックマップ セキュリティニュース PSIRT アプリケーションカタログ 会社 会社 ニュース 受賞歴 リーダーシップチーム プレスキット 採用情報 プロモーション SonicWall のプロモーション カスタマー ロイヤルティ プログラム マネージドサービス マネージド セキュリティ サービス Security as a Service プロフェッショナル サービス お問い合わせ ライセンス関連のサポートSonicWallの製品またはサービスのライセンスに関するサポートをリクエストするには、ここから開始してください。開始する前に、製品名(モデル番号)とシリアル番号をご用意ください。当社のカスタマーサービスチームが1営業日以内にご連絡します。 SELECT PRODUCT*Select Product *Firewalls - Large EnterpriseFirewalls - Mid-Size EnterpriseFirewalls - SMB & BranchesFirewalls - CloudAdvanced Threat Protection (ATP)Cloud App SecurityEmail SecurityEndpoint Security and EDRNetwork Access SwitchesNetwork Visibility & ManagementSecure Mobile Access (VPN)Zero-TrustWireless SecuritySupport & Professional ServicesOtherSelect Product *Serial Number*0 of 100 max characters Contact InformationFirst Name*0 of 50 max characters Last Name*0 of 50 max characters Business Email* Company Name*0 of 200 max characters Phone Number*HiddenWhere does this information come from? Serial Number0 of 100 max characters License Key0 of 100 max characters Machine ID0 of 100 max characters Lincense Request Details0 of 2000 max charactersMax. file size: 1 MB.* By completing and submitting this form, I agree that upon receipt of the requested license key(s), I will stop using and delete the license key(s) being replaced by the requested license key(s)Verify CAPTCHAEmailThis field is for validation purposes and should be left unchanged. Scroll to top 本サイトでは、お客様に最適なユーザー体験を提供するためにCookieを使用しています。 お客様は本サイトを利用することにより、当社が分析およびパーソナライズされたコンテンツや広告のためにCookieを使用することに同意するものとします。 Cookie設定 わかりました。ありがとうございました。 Notifications
SonicWallのGen 7プラットフォーム対応ファイアウォールは、安定性と優れた脅威保護を備えたパフォーマンスをすべて業界をリードするTCOで提供します。
連邦政府関係機関とネットワークをスケーラブルで特定用途向けのサイバーセキュリティソリューションで保護
案件登録、MDF、セールスおよびマーケティングツール、トレーニングなどがご利用いただけます。
ナレッジベース、コミュニティ、技術文書、ビデオチュートリアルを検索することにより、質問への回答を検索する
SonicWallの製品またはサービスのライセンスに関するサポートをリクエストするには、ここから開始してください。開始する前に、製品名(モデル番号)とシリアル番号をご用意ください。当社のカスタマーサービスチームが1営業日以内にご連絡します。
* By completing and submitting this form, I agree that upon receipt of the requested license key(s), I will stop using and delete the license key(s) being replaced by the requested license key(s)
Notifications