AuthenticationOptions.AuthenticationScheme プロパティ

定義

オプションの AuthenticationScheme は、特定の認証スキームの論理名に対応します。 同じ種類の認証ミドルウェアを複数回パイプラインで使用するために、異なる値を割り当てることができます。

public:
 property System::String ^ AuthenticationScheme { System::String ^ get(); void set(System::String ^ value); };
public string AuthenticationScheme { get; set; }
member this.AuthenticationScheme : string with get, set
Public Property AuthenticationScheme As String

プロパティ値

適用対象