BaseContext<TOptions>.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 authentication options associated with the scheme.
public:
property TOptions Options { TOptions get(); };
public TOptions Options { get; }
member this.Options : 'Options
Public ReadOnly Property Options As TOptions
Property Value
TOptions