CookieAuthenticationOptions.IOptions<CookieAuthenticationOptions>.Value 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.
property Microsoft::AspNetCore::Builder::CookieAuthenticationOptions ^ Microsoft::Extensions::Options::IOptions<Microsoft::AspNetCore::Builder::CookieAuthenticationOptions>::Value { Microsoft::AspNetCore::Builder::CookieAuthenticationOptions ^ get(); };
Microsoft.AspNetCore.Builder.CookieAuthenticationOptions Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Builder.CookieAuthenticationOptions>.Value { get; }
member this.Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Builder.CookieAuthenticationOptions>.Value : Microsoft.AspNetCore.Builder.CookieAuthenticationOptions
ReadOnly Property Value As CookieAuthenticationOptions Implements IOptions(Of CookieAuthenticationOptions).Value