IDataProtector Interface

 

Service used to protect and unprotect data.

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

public interface class IDataProtector

NameDescription
System_CAPS_pubmethodProtect(array<Byte>^)

Called to protect user data.

System_CAPS_pubmethodUnprotect(array<Byte>^)

Called to unprotect user data.

Return to top
Show: