AuthenticateContext.Authenticated Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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))
Parameters
- principal
- ClaimsPrincipal
- properties
- IDictionary<String,String>
- description
- IDictionary<String,Object>