IDataProtectionProvider Interface

 

Factory used to create IDataProtection instances.

Namespace:   Microsoft.Owin.Security.DataProtection
Assembly:  Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)

Syntax

public interface IDataProtectionProvider
public interface class IDataProtectionProvider
type IDataProtectionProvider = interface end
Public Interface IDataProtectionProvider

Methods

Name Description
System_CAPS_pubmethod Create(String[])

Returns a new instance of IDataProtection for the provider.

See Also

Microsoft.Owin.Security.DataProtection Namespace

Return to top