AuthenticateContext.Authenticated Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
public:
virtual void Authenticated(System::Security::Claims::ClaimsPrincipal ^ principal, System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ properties, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ description);
public virtual void Authenticated (System.Security.Claims.ClaimsPrincipal principal, System.Collections.Generic.IDictionary<string,string> properties, System.Collections.Generic.IDictionary<string,object> description);
abstract member Authenticated : System.Security.Claims.ClaimsPrincipal * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, obj> -> unit
override this.Authenticated : System.Security.Claims.ClaimsPrincipal * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, obj> -> unit
Public Overridable Sub Authenticated (principal As ClaimsPrincipal, properties As IDictionary(Of String, String), description As IDictionary(Of String, Object))
Параметры
- principal
- ClaimsPrincipal
- properties
- IDictionary<String,String>
- description
- IDictionary<String,Object>