IAuthenticationSchemeProvider.TryAddScheme(AuthenticationScheme) メソッド

定義

IAuthenticationService使用するスキームを登録します。

public:
 virtual bool TryAddScheme(Microsoft::AspNetCore::Authentication::AuthenticationScheme ^ scheme);
public virtual bool TryAddScheme (Microsoft.AspNetCore.Authentication.AuthenticationScheme scheme);
abstract member TryAddScheme : Microsoft.AspNetCore.Authentication.AuthenticationScheme -> bool
override this.TryAddScheme : Microsoft.AspNetCore.Authentication.AuthenticationScheme -> bool
Public Overridable Function TryAddScheme (scheme As AuthenticationScheme) As Boolean

パラメーター

scheme
AuthenticationScheme

スキーム。

戻り値

スキームが正常に追加された場合は true。

適用対象