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