IDataProtectionProvider Interface
Factory used to create IDataProtection instances.
Namespace: Microsoft.Owin.Security.DataProtection
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
'Declaration
Public Interface IDataProtectionProvider
'Usage
Dim instance As IDataProtectionProvider
public interface IDataProtectionProvider
public interface class IDataProtectionProvider
type IDataProtectionProvider = interface end
public interface IDataProtectionProvider
The IDataProtectionProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
Create | Returns a new instance of IDataProtection for the provider. |
Top