IClaimsTransformation 介面

定義

用於 IAuthenticationService 宣告轉換的 。

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

方法

TransformAsync(ClaimsPrincipal)

提供中央轉換點來變更指定的主體。 注意:這會在每個 AuthenticateAsync 呼叫上執行,因此,如果您的轉換不是等冪,則傳回新的 ClaimsPrincipal 會更安全。

適用於