IUser Interface
[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.]
Defines the methods for user entities that pass principal values to the client.
Namespace: System.ServiceModel.DomainServices.Server.ApplicationServices
Assembly: System.ServiceModel.DomainServices.Server (in System.ServiceModel.DomainServices.Server.dll)
Syntax
'Declaration
Public Interface IUser
'Usage
Dim instance As IUser
public interface IUser
public interface class IUser
type IUser = interface end
public interface IUser
The IUser type exposes the following members.
Properties
Name | Description | |
---|---|---|
Name | Gets or sets the name. | |
Roles | Gets or sets the roles for the user. |
Top
Remarks
This interface is designed for use with the IAuthentication<T> interface. It provides properties to support serialization of principal values to an entity class generated from a type implementing this interface.
See Also
Reference
System.ServiceModel.DomainServices.Server.ApplicationServices Namespace