AuthenticationManager.Schemes 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.
When attaching to an existing queue this setting must match the one used to create the queue.
public:
property Microsoft::AspNetCore::Server::HttpSys::AuthenticationSchemes Schemes { Microsoft::AspNetCore::Server::HttpSys::AuthenticationSchemes get(); void set(Microsoft::AspNetCore::Server::HttpSys::AuthenticationSchemes value); };
public Microsoft.AspNetCore.Server.HttpSys.AuthenticationSchemes Schemes { get; set; }
member this.Schemes : Microsoft.AspNetCore.Server.HttpSys.AuthenticationSchemes with get, set
Public Property Schemes As AuthenticationSchemes