IProtectedData Interface
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.Infrastructure
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Interface IProtectedData
'Usage
Dim instance As IProtectedData
public interface IProtectedData
public interface class IProtectedData
type IProtectedData = interface end
public interface IProtectedData
The IProtectedData type exposes the following members.
Methods
Name | Description | |
---|---|---|
Protect | ||
Unprotect |
Top