WsFederationEvents.OnSecurityTokenReceived Property

Definition

Invoked with the security token that has been extracted from the protocol message.

public:
 property Func<Microsoft::AspNetCore::Authentication::WsFederation::SecurityTokenReceivedContext ^, System::Threading::Tasks::Task ^> ^ OnSecurityTokenReceived { Func<Microsoft::AspNetCore::Authentication::WsFederation::SecurityTokenReceivedContext ^, System::Threading::Tasks::Task ^> ^ get(); void set(Func<Microsoft::AspNetCore::Authentication::WsFederation::SecurityTokenReceivedContext ^, System::Threading::Tasks::Task ^> ^ value); };
public Func<Microsoft.AspNetCore.Authentication.WsFederation.SecurityTokenReceivedContext,System.Threading.Tasks.Task> OnSecurityTokenReceived { get; set; }
member this.OnSecurityTokenReceived : Func<Microsoft.AspNetCore.Authentication.WsFederation.SecurityTokenReceivedContext, System.Threading.Tasks.Task> with get, set
Public Property OnSecurityTokenReceived As Func(Of SecurityTokenReceivedContext, Task)

Property Value

Applies to