Namespace: Microsoft.IdentityModel.Web.Controls
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Visual Basic |
---|
Dim e As SecurityTokenReceivedEventArgs Me.OnSecurityTokenReceived(e) |
Syntax
Visual Basic |
---|
Protected Overridable Sub OnSecurityTokenReceived ( _ e As SecurityTokenReceivedEventArgs _ ) |
C# |
---|
protected virtual void OnSecurityTokenReceived ( SecurityTokenReceivedEventArgs e ) |
C++ |
---|
protected: virtual void OnSecurityTokenReceived ( SecurityTokenReceivedEventArgs^ e ) |
J# |
---|
protected void OnSecurityTokenReceived ( SecurityTokenReceivedEventArgs e ) |
JScript |
---|
protected function OnSecurityTokenReceived ( e : SecurityTokenReceivedEventArgs ) |
Parameters
- e
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.