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)

属性值

适用于