Jump to content

Application class/NI Security.Login method: Difference between revisions

From LabVIEW Wiki
Added new method page.
 
m Category reorg
 
Line 62: Line 62:
{{ambox|text=Add links to external resources that would also help.}}
{{ambox|text=Add links to external resources that would also help.}}


[[Category:Method]] [[Category:VI Server Method]]
[[Category:VI Server Method]]

Latest revision as of 14:05, 7 May 2020

VI Server Method Information
Method ID 827
Scope Basic Development Environment
Data Name NI Security.Login
Short Name* NI Security.Login
Long Name* NI Security:Login
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 1
Owning Class Name Application Class
Return Data Type No return value
Invoke Node NI Security:Login
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read/Write)
Remote access allowedNo

Logs a user into the NI domain.

Parameters

Data type Name Required Description
String NI Domain Yes Specifies the domain to which you want to log in. You can configure the domain using the Domain Account Manager.
String User Name Yes The name used to log in to the domain. You can configure the user name using the Domain Account Manager.
String Password Yes The password used to log in to the domain. You can configure the password using the Domain Account Manager.
Timestamp Password Expiration Time Yes Specifies when the password is set to expire. You can configure the password expiration time using the Domain Account Manager.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links