IClaimsTransformation インターフェイス

定義

要求変換に IAuthenticationService によって使用されます。

public interface class IClaimsTransformation
public interface IClaimsTransformation
type IClaimsTransformation = interface
Public Interface IClaimsTransformation
派生

メソッド

TransformAsync(ClaimsPrincipal)

指定したプリンシパルを変更するための中央変換ポイントを提供します。 注: これは各 AuthenticateAsync 呼び出しで実行されるため、変換がべき等でない場合は、新しい ClaimsPrincipal を返す方が安全です。

適用対象