IClaimsTransformation 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
用於 IAuthenticationService 宣告轉換的 。
public interface class IClaimsTransformation
public interface IClaimsTransformation
type IClaimsTransformation = interface
Public Interface IClaimsTransformation
- 衍生
方法
TransformAsync(ClaimsPrincipal) |
提供中央轉換點來變更指定的主體。 注意:這會在每個 AuthenticateAsync 呼叫上執行,因此,如果您的轉換不是等冪,則傳回新的 ClaimsPrincipal 會更安全。 |