Share via


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)

속성 값

적용 대상