ASP.NET Coreのデータ保護
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
]
開始行:
「[[マイクロソフト系技術情報 Wiki>http://techinfoofmicros...
-戻る
--[[.NET Core config]]
--[[ASP.NET Core]] > [[ASP.NET Coreへの移行]]
* 目次 [#h2393ce2]
#contents
*概要 [#y34be46a]
-[[ASP.NET Core]]のデータ保護インフラストラクチャについて...
-始めのウチはナンノコッチャ?だったが、
--要は、[[machine.config、machineKeyの後継>.NET Core conf...
--本機構を、.NET 4.5.1 以降に適用することも出来るらしい。
*詳細 [#n41092ca]
**AddDataProtection [#n7048cac]
-IDataProtectionBuilderを返す。
-サービス(認証、セッション、偽造防止)にデータ保護層を追加...
**SetApplicationName [#b0275c7c]
アプリケーションの分離を行う。
**PersistKeysTo* と ProtectKeysWith* [#j24d8343]
***PersistKeysTo* [#lf35b541]
-有効な鍵と古い鍵を保存する鍵ストレージを設定する。
-各種、DataProtectionBuilderExtensions中に以下のようなメ...
--FileSystem
--DbContext
--AzureBlobStorage
--StackExchangeRedis
***ProtectKeysWith* [#ob933513]
-鍵ストレージの鍵を使用して、鍵ストレージを保護する。
-各種、DataProtectionBuilderExtensions中に以下のようなメ...
--Certificate
--AzureKeyVault
**AddKeyManagementOptions [#le566a0d]
鍵に関するオプション設定を行う。
*参考 [#v63c5377]
-[[AWSでASP.NET Coreのデータプロテクションキーの保存先を...
-How to distribute Data Protection keys with an ASP.NET C...
https://medium.com/swlh/how-to-distribute-data-protection...
**実装例 [#sec0763c]
***[[Redisを使用した実装例>ASP.NET Coreの分散キャッシュ#v...
***... [#a2f9975d]
**mseeeen.msen.jp [#e4da60c6]
-[ASP.NET Core] データ保護キーを Azure Blob ストレージに...
--概要編~
https://mseeeen.msen.jp/persist-keys-with-to-azure-blob-s...
--Azure Blob ストレージ設定編~
https://mseeeen.msen.jp/persist-keys-with-to-azure-blob-s...
--Azure Key Vault 設定編~
https://mseeeen.msen.jp/persist-keys-with-to-azure-blob-s...
**Microsoft Docs [#s2fd6185]
-ASP.NET Core の データ保護~
https://docs.microsoft.com/ja-jp/aspnet/core/security/dat...
-ASP.NET Core データ保護の構成~
https://docs.microsoft.com/ja-jp/aspnet/core/security/dat...
-ASP.NET Core のキー記憶域プロバイダー~
https://docs.microsoft.com/ja-jp/aspnet/core/security/dat...
-ASP.NET Core の ASP.NET machineKey を置き換える~
https://docs.microsoft.com/ja-jp/aspnet/core/security/dat...
----
Tags: [[:.NET開発]], [[:.NET Core]], [[:ASP.NET]], [[:ASP...
終了行:
「[[マイクロソフト系技術情報 Wiki>http://techinfoofmicros...
-戻る
--[[.NET Core config]]
--[[ASP.NET Core]] > [[ASP.NET Coreへの移行]]
* 目次 [#h2393ce2]
#contents
*概要 [#y34be46a]
-[[ASP.NET Core]]のデータ保護インフラストラクチャについて...
-始めのウチはナンノコッチャ?だったが、
--要は、[[machine.config、machineKeyの後継>.NET Core conf...
--本機構を、.NET 4.5.1 以降に適用することも出来るらしい。
*詳細 [#n41092ca]
**AddDataProtection [#n7048cac]
-IDataProtectionBuilderを返す。
-サービス(認証、セッション、偽造防止)にデータ保護層を追加...
**SetApplicationName [#b0275c7c]
アプリケーションの分離を行う。
**PersistKeysTo* と ProtectKeysWith* [#j24d8343]
***PersistKeysTo* [#lf35b541]
-有効な鍵と古い鍵を保存する鍵ストレージを設定する。
-各種、DataProtectionBuilderExtensions中に以下のようなメ...
--FileSystem
--DbContext
--AzureBlobStorage
--StackExchangeRedis
***ProtectKeysWith* [#ob933513]
-鍵ストレージの鍵を使用して、鍵ストレージを保護する。
-各種、DataProtectionBuilderExtensions中に以下のようなメ...
--Certificate
--AzureKeyVault
**AddKeyManagementOptions [#le566a0d]
鍵に関するオプション設定を行う。
*参考 [#v63c5377]
-[[AWSでASP.NET Coreのデータプロテクションキーの保存先を...
-How to distribute Data Protection keys with an ASP.NET C...
https://medium.com/swlh/how-to-distribute-data-protection...
**実装例 [#sec0763c]
***[[Redisを使用した実装例>ASP.NET Coreの分散キャッシュ#v...
***... [#a2f9975d]
**mseeeen.msen.jp [#e4da60c6]
-[ASP.NET Core] データ保護キーを Azure Blob ストレージに...
--概要編~
https://mseeeen.msen.jp/persist-keys-with-to-azure-blob-s...
--Azure Blob ストレージ設定編~
https://mseeeen.msen.jp/persist-keys-with-to-azure-blob-s...
--Azure Key Vault 設定編~
https://mseeeen.msen.jp/persist-keys-with-to-azure-blob-s...
**Microsoft Docs [#s2fd6185]
-ASP.NET Core の データ保護~
https://docs.microsoft.com/ja-jp/aspnet/core/security/dat...
-ASP.NET Core データ保護の構成~
https://docs.microsoft.com/ja-jp/aspnet/core/security/dat...
-ASP.NET Core のキー記憶域プロバイダー~
https://docs.microsoft.com/ja-jp/aspnet/core/security/dat...
-ASP.NET Core の ASP.NET machineKey を置き換える~
https://docs.microsoft.com/ja-jp/aspnet/core/security/dat...
----
Tags: [[:.NET開発]], [[:.NET Core]], [[:ASP.NET]], [[:ASP...
ページ名: