IDataProtector Interface

Service used to protect and unprotect data.

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

Syntax

'Declaration
Public Interface IDataProtector
'Usage
Dim instance As IDataProtector
public interface IDataProtector
public interface class IDataProtector
type IDataProtector =  interface end
public interface IDataProtector

The IDataProtector type exposes the following members.

Methods

  Name Description
Public method Protect Called to protect user data.
Public method Unprotect Called to unprotect user data.

Top

See Also

Reference

Microsoft.Owin.Security.DataProtection Namespace