Moonware.Server.WCF Namespace > MoonwareServerWCF Class : Login Method |
'Declaration <OperationBehaviorAttribute()> Public Function Login( _ ByVal username As String, _ ByVal password As String _ ) As Moonware.Security.UserInformation
'Usage Dim instance As MoonwareServerWCF Dim username As String Dim password As String Dim value As Moonware.Security.UserInformation value = instance.Login(username, password)
[OperationBehaviorAttribute()] public Moonware.Security.UserInformation Login( string username, string password )
[OperationBehaviorAttribute()] public: Moonware.Security.UserInformation^ Login( String^ username, String^ password )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2