Nevron Open Vision Documentation
Nevron.Nov.Office Namespace / NOfficeApplicationServerStub Class / Login Method


In This Topic
    Login Method
    In This Topic
    Tries to loggin a user in the session with the specified id.
    Syntax
    'Declaration
     
    
    Public MustOverride Function Login( _
       ByVal sessionId As System.String, _
       ByVal email As System.String, _
       ByVal password As System.String _
    ) As System.Byte()
    'Usage
     
    
    Dim instance As NOfficeApplicationServerStub
    Dim sessionId As System.String
    Dim email As System.String
    Dim password As System.String
    Dim value() As System.Byte
     
    value = instance.Login(sessionId, email, password)
    public abstract System.byte[] Login( 
       System.string sessionId,
       System.string email,
       System.string password
    )

    Parameters

    sessionId
    email
    password
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also