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 目的の一覧を作成します。

適用対象