Share via


ServiceUser Constructor (IIdentity)

 

Initializes a new instance of the ServiceUser class from the specified identity.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Security
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Syntax

public ServiceUser(
    IIdentity identity
)
public:
ServiceUser(
    IIdentity^ identity
)
new : 
        identity:IIdentity -> ServiceUser
Public Sub New (
    identity As IIdentity
)

Parameters

See Also

ServiceUser Overload
ServiceUser Class
Microsoft.WindowsAzure.Mobile.Service.Security Namespace

Return to top