DataProtectorTokenProvider<TUser>.Protector Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the IDataProtector for this instance.
protected:
property Microsoft::AspNetCore::DataProtection::IDataProtector ^ Protector { Microsoft::AspNetCore::DataProtection::IDataProtector ^ get(); };
protected Microsoft.AspNetCore.DataProtection.IDataProtector Protector { get; }
member this.Protector : Microsoft.AspNetCore.DataProtection.IDataProtector
Protected ReadOnly Property Protector As IDataProtector
Property Value
The IDataProtector for this instance.