Namespace: Microsoft.IdentityModel.Web.Controls
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Visual Basic |
---|
Dim e As SecurityTokenValidatedEventArgs Me.OnSecurityTokenValidated(e) |
Syntax
Visual Basic |
---|
Protected Overridable Sub OnSecurityTokenValidated ( _ e As SecurityTokenValidatedEventArgs _ ) |
C# |
---|
protected virtual void OnSecurityTokenValidated ( SecurityTokenValidatedEventArgs e ) |
C++ |
---|
protected: virtual void OnSecurityTokenValidated ( SecurityTokenValidatedEventArgs^ e ) |
J# |
---|
protected void OnSecurityTokenValidated ( SecurityTokenValidatedEventArgs e ) |
JScript |
---|
protected function OnSecurityTokenValidated ( e : SecurityTokenValidatedEventArgs ) |
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.