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创建给定的用途列表。

适用于