Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Protected Property ProtectedData As IProtectedData
Get
Private Set
'Usage
Dim value As IProtectedData
value = Me.ProtectedData
protected IProtectedData ProtectedData { get; private set; }
protected:
property IProtectedData^ ProtectedData {
IProtectedData^ get ();
private: void set (IProtectedData^ value);
}
member ProtectedData : IProtectedData with get, private set
function get ProtectedData () : IProtectedData
private function set ProtectedData (value : IProtectedData)
Property Value
Type: Microsoft.AspNet.SignalR.Infrastructure.IProtectedData
Returns IProtectedData.