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建立指定的用途清單。

適用於