AuthenticationManager.Schemes プロパティ

定義

既存のキューにアタッチする場合、この設定はキューの作成に使用されたものと一致する必要があります。

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

プロパティ値

適用対象