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
System_CAPS_pubmethod Protect(Byte[])

Called to protect user data.

System_CAPS_pubmethod Unprotect(Byte[])

Called to unprotect user data.

See Also

Microsoft.Owin.Security.DataProtection Namespace

Return to top