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)

屬性值

適用於