AuthenticationTokenExtensions 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public ref class AuthenticationTokenExtensions abstract sealed
public static class AuthenticationTokenExtensions
type AuthenticationTokenExtensions = class
Public Module AuthenticationTokenExtensions
- 繼承
-
AuthenticationTokenExtensions
方法
GetTokenAsync(AuthenticationManager, String, String)
|
將驗證權杖儲存在 中的 AuthenticationProperties 擴充方法。
|
GetTokenAsync(AuthenticationManager, String)
|
將驗證權杖儲存在 中的 AuthenticationProperties 擴充方法。
|
GetTokenAsync(IAuthenticationService, HttpContext, String, String)
|
使用指定的驗證配置驗證要求,並傳回權杖的值。
|
GetTokenAsync(IAuthenticationService, HttpContext, String)
|
使用指定的驗證配置驗證要求,並傳回權杖的值。
|
GetTokens(AuthenticationProperties)
|
傳回屬性中包含的所有 AuthenticationToken 實例。
|
GetTokens(AuthenticationProperties)
|
將驗證權杖儲存在 中的 AuthenticationProperties 擴充方法。
|
GetTokenValue(AuthenticationProperties, String)
|
傳回權杖的值。
|
GetTokenValue(AuthenticationProperties, String)
|
將驗證權杖儲存在 中的 AuthenticationProperties 擴充方法。
|
StoreTokens(AuthenticationProperties, IEnumerable<AuthenticationToken>)
|
移除任何舊權杖之後,儲存一組驗證權杖。
|
StoreTokens(AuthenticationProperties, IEnumerable<AuthenticationToken>)
|
將驗證權杖儲存在 中的 AuthenticationProperties 擴充方法。
|
UpdateTokenValue(AuthenticationProperties, String, String)
|
如果已存在,更新權杖的值。
|
UpdateTokenValue(AuthenticationProperties, String, String)
|
將驗證權杖儲存在 中的 AuthenticationProperties 擴充方法。
|
適用於