WsFederationEvents.SecurityTokenReceived(SecurityTokenReceivedContext) 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.
Invoked with the security token that has been extracted from the protocol message.
public:
virtual System::Threading::Tasks::Task ^ SecurityTokenReceived(Microsoft::AspNetCore::Authentication::WsFederation::SecurityTokenReceivedContext ^ context);
public virtual System.Threading.Tasks.Task SecurityTokenReceived (Microsoft.AspNetCore.Authentication.WsFederation.SecurityTokenReceivedContext context);
abstract member SecurityTokenReceived : Microsoft.AspNetCore.Authentication.WsFederation.SecurityTokenReceivedContext -> System.Threading.Tasks.Task
override this.SecurityTokenReceived : Microsoft.AspNetCore.Authentication.WsFederation.SecurityTokenReceivedContext -> System.Threading.Tasks.Task
Public Overridable Function SecurityTokenReceived (context As SecurityTokenReceivedContext) As Task
Parameters
- context
- SecurityTokenReceivedContext