AuthenticationOptions.SchemeMap プロパティ

定義

スキームを名前でマップします。

public:
 property System::Collections::Generic::IDictionary<System::String ^, Microsoft::AspNetCore::Authentication::AuthenticationSchemeBuilder ^> ^ SchemeMap { System::Collections::Generic::IDictionary<System::String ^, Microsoft::AspNetCore::Authentication::AuthenticationSchemeBuilder ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,Microsoft.AspNetCore.Authentication.AuthenticationSchemeBuilder> SchemeMap { get; }
member this.SchemeMap : System.Collections.Generic.IDictionary<string, Microsoft.AspNetCore.Authentication.AuthenticationSchemeBuilder>
Public ReadOnly Property SchemeMap As IDictionary(Of String, AuthenticationSchemeBuilder)

プロパティ値

適用対象