AuthenticationProperties 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
用來儲存驗證工作階段相關狀態值的字典。
public ref class AuthenticationProperties
public class AuthenticationProperties
type AuthenticationProperties = class
Public Class AuthenticationProperties
- 繼承
-
AuthenticationProperties
建構函式
AuthenticationProperties() |
初始化 AuthenticationProperties 類別的新執行個體 |
AuthenticationProperties(IDictionary<String,String>) |
初始化 AuthenticationProperties 類別的新執行個體 |
屬性
AllowRefresh |
取得或設定是否應該允許重新整理驗證工作階段。 |
ExpiresUtc |
取得或設定驗證票證到期的時間。 |
IsPersistent |
取得或設定驗證工作階段是否跨多個要求而持續有效。 |
IssuedUtc |
取得或設定驗證票證的簽發時間。 |
Items |
驗證工作階段的相關狀態值。 |
RedirectUri |
取得或設定要當做 HTTP 重新導向回應值使用的完整路徑或絕對 URI。 |
擴充方法
GetTokens(AuthenticationProperties) |
用來儲存驗證工作階段相關狀態值的字典。 |
GetTokenValue(AuthenticationProperties, String) |
用來儲存驗證工作階段相關狀態值的字典。 |
StoreTokens(AuthenticationProperties, IEnumerable<AuthenticationToken>) |
用來儲存驗證工作階段相關狀態值的字典。 |
UpdateTokenValue(AuthenticationProperties, String, String) |
用來儲存驗證工作階段相關狀態值的字典。 |