IRegistryService Interface

[Microsoft.WindowsServerSolutions.Mobile.Web.IRegistryService is no longer available for use as of Windows Server 2012 Essentials.] Service contract for the web service that allows users to log in (provide credentials used by other web services), log out, and determine which web services they have permissions to access.

Namespace: Microsoft.WindowsServerSolutions.Mobile.Web
Assembly: MobileWeb (in MobileWeb.dll)

Usage

'Usage
Dim instance As IRegistryService

Syntax

'Declaration
<ServiceContractAttribute(Name:="RegistryService", Namespace:="https://contracts.microsoft.com/WindowsServerSolutions/2011/01/MobileWeb")> _
Public Interface IRegistryService
[ServiceContractAttribute(Name="RegistryService", Namespace="https://contracts.microsoft.com/WindowsServerSolutions/2011/01/MobileWeb")] 
public interface IRegistryService
[ServiceContractAttribute(Name=L"RegistryService", Namespace=L"https://contracts.microsoft.com/WindowsServerSolutions/2011/01/MobileWeb")] 
public interface class IRegistryService
/** @attribute ServiceContractAttribute(Name="RegistryService", Namespace="https://contracts.microsoft.com/WindowsServerSolutions/2011/01/MobileWeb") */ 
public interface IRegistryService
ServiceContractAttribute(Name="RegistryService", Namespace="https://contracts.microsoft.com/WindowsServerSolutions/2011/01/MobileWeb") 
public interface IRegistryService

Remarks

This interface requires installation of the Phone Connector Add-in.

Platforms

Development Platforms

Windows Server 2008 R2 x64, Windows 7 x64, Windows Server 2008 x64, Windows Vista x64

See Also

Reference

IRegistryService Members
Microsoft.WindowsServerSolutions.Mobile.Web Namespace

Copyright © 2012 by Microsoft Corporation. All rights reserved.