IDataProtectionProvider インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IDataProtector インスタンスの作成に使用できるインターフェイス。
public interface class IDataProtectionProvider
public interface IDataProtectionProvider
type IDataProtectionProvider = interface
Public Interface IDataProtectionProvider
- 派生
メソッド
| 名前 | 説明 |
|---|---|
| CreateProtector(String) |
特定の目的に IDataProtector を作成します。 |
拡張メソッド
| 名前 | 説明 |
|---|---|
| CreateProtector(IDataProtectionProvider, IEnumerable<String>) |
目的の一覧を指定して IDataProtector を作成します。 |
| CreateProtector(IDataProtectionProvider, String, String[]) |
目的の一覧を指定して IDataProtector を作成します。 |