IProtectedData Interface

.NET Framework 4.5

Represents an interface that provides methods for encrypting and decrypting data associated with the SignalR infrastructure.

Namespace:  Microsoft.AspNet.SignalR.Infrastructure
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public interface class IProtectedData

The IProtectedData type exposes the following members.

  NameDescription
Public methodProtectProtects a specified data.
Public methodUnprotectLifts the protection of a specific data.
Top
Show: