DefaultProtectedData Class

.NET Framework 4.5

Provides methods for protecting data.

System::Object
  Microsoft.AspNet.SignalR.Infrastructure::DefaultProtectedData

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

public ref class DefaultProtectedData : IProtectedData

The DefaultProtectedData type exposes the following members.

  NameDescription
Public methodDefaultProtectedDataInitializes a new instance of the DefaultProtectedData class.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodProtectProtects the specified data.
Public methodToString (Inherited from Object.)
Public methodUnprotectRemoves protection on the specified data.
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: