IDataProtector Interface
Service used to protect and unprotect data.
Namespace: Microsoft.Owin.Security.DataProtection
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
public interface IDataProtector
public interface class IDataProtector
type IDataProtector = interface end
Public Interface IDataProtector
Methods
Name | Description | |
---|---|---|
Protect(Byte[]) | Called to protect user data. |
|
Unprotect(Byte[]) | Called to unprotect user data. |
See Also
Microsoft.Owin.Security.DataProtection Namespace
Return to top