共用方式為


AuthenticationProperties 建構函式 (IDictionary<String, String>)

初始化 AuthenticationProperties 類別的新執行個體。

命名空間:  Microsoft.Owin.Security
組件:  Microsoft.Owin (在 Microsoft.Owin.dll 中)

語法

'宣告
Public Sub New ( _
    dictionary As IDictionary(Of String, String) _
)
'用途
Dim dictionary As IDictionary(Of String, String)

Dim instance As New AuthenticationProperties(dictionary)
public AuthenticationProperties(
    IDictionary<string, string> dictionary
)
public:
AuthenticationProperties(
    IDictionary<String^, String^>^ dictionary
)
new : 
        dictionary:IDictionary<string, string> -> AuthenticationProperties
public function AuthenticationProperties(
    dictionary : IDictionary<String, String>
)

參數

請參閱

參考

AuthenticationProperties 類別

AuthenticationProperties 多載

Microsoft.Owin.Security 命名空間