DataProtectionProviderProtectedData Class

.NET Framework 4.5

Provides methods to protect data.

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

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

public ref class DataProtectionProviderProtectedData : IProtectedData

The DataProtectionProviderProtectedData type exposes the following members.

  NameDescription
Public methodDataProtectionProviderProtectedDataInitializes a new instance of the DataProtectionProviderProtectedData 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: