AuthenticationEventArgs Class

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

Provides event arguments for events raised by the AuthenticationService class.

Inheritance Hierarchy

System.Object
  System.EventArgs
    System.ServiceModel.DomainServices.Client.ApplicationServices.AuthenticationEventArgs

Namespace:  System.ServiceModel.DomainServices.Client.ApplicationServices
Assembly:  System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)

Syntax

'Declaration
Public NotInheritable Class AuthenticationEventArgs _
    Inherits EventArgs
'Usage
Dim instance As AuthenticationEventArgs
public sealed class AuthenticationEventArgs : EventArgs
public ref class AuthenticationEventArgs sealed : public EventArgs
[<SealedAttribute>]
type AuthenticationEventArgs =  
    class
        inherit EventArgs
    end
public final class AuthenticationEventArgs extends EventArgs

The AuthenticationEventArgs type exposes the following members.

Properties

  Name Description
Public property User Gets the user at the time the event occurred.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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.

See Also

Reference

System.ServiceModel.DomainServices.Client.ApplicationServices Namespace