DataProtectorTokenProvider<TUser, TKey>.Protector Property
Gets the IDataProtector for the token.
Namespace: Microsoft.AspNet.Identity.Owin
Assembly: Microsoft.AspNet.Identity.Owin (in Microsoft.AspNet.Identity.Owin.dll)
Syntax
public IDataProtector Protector { get; private set; }
public:
property IDataProtector^ Protector {
IDataProtector^ get();
private: void set(IDataProtector^ value);
}
member Protector : IDataProtector with get, private set
Public Property Protector As IDataProtector
Get
Private Set
End Property
Property Value
Type: Microsoft.Owin.Security.DataProtection.IDataProtector
The IDataProtector for the token.
See Also
DataProtectorTokenProvider<TUser, TKey> Class
Microsoft.AspNet.Identity.Owin Namespace
ASP.NET Identity
Return to top