DataProtectorTokenProvider<TUser>.Options 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 DataProtectionTokenProviderOptions for this instance.
protected:
property Microsoft::AspNetCore::Identity::DataProtectionTokenProviderOptions ^ Options { Microsoft::AspNetCore::Identity::DataProtectionTokenProviderOptions ^ get(); };
protected Microsoft.AspNetCore.Identity.DataProtectionTokenProviderOptions Options { get; }
member this.Options : Microsoft.AspNetCore.Identity.DataProtectionTokenProviderOptions
Protected ReadOnly Property Options As DataProtectionTokenProviderOptions
Property Value
The DataProtectionTokenProviderOptions for this instance.