次の方法で共有


IDataProtectionProvider インターフェイス

定義

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 を作成します。

適用対象