WsFederationAuthenticationNotifications.SecurityTokenReceived Property
Invoked with the security token that has been extracted from the protocol message.
Namespace: Microsoft.Owin.Security.WsFederation
Assembly: Microsoft.Owin.Security.WsFederation (in Microsoft.Owin.Security.WsFederation.dll)
Syntax
public Func<SecurityTokenReceivedNotification<WsFederationMessage, WsFederationAuthenticationOptions>, Task> SecurityTokenReceived { get; set; }
public:
property Func<SecurityTokenReceivedNotification<WsFederationMessage^, WsFederationAuthenticationOptions^>^, Task^>^ SecurityTokenReceived {
Func<SecurityTokenReceivedNotification<WsFederationMessage^, WsFederationAuthenticationOptions^>^, Task^>^ get();
void set(Func<SecurityTokenReceivedNotification<WsFederationMessage^, WsFederationAuthenticationOptions^>^, Task^>^ value);
}
member SecurityTokenReceived : Func<SecurityTokenReceivedNotification<WsFederationMessage, WsFederationAuthenticationOptions>, Task> with get, set
Public Property SecurityTokenReceived As Func(Of SecurityTokenReceivedNotification(Of WsFederationMessage, WsFederationAuthenticationOptions), Task)
Property Value
Type: System.Func<SecurityTokenReceivedNotification<WsFederationMessage, WsFederationAuthenticationOptions>, Task>
Returns Func<T, TResult>.
See Also
WsFederationAuthenticationNotifications Class
Microsoft.Owin.Security.WsFederation Namespace
Return to top