Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PersistentConnection::ProtectedData Property

.NET Framework 4.5

Gets or sets the protected data of this connection.

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

protected:
property IProtectedData^ ProtectedData {
	IProtectedData^ get ();
	private: void set (IProtectedData^ value);
}

Property Value

Type: Microsoft.AspNet.SignalR.Infrastructure::IProtectedData
The protected data of this connection.
Show: