MPInterfacebUserLoginDomain Method
|
Automatic login by the domain account this interface is used in.
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.1.0.108
Syntaxpublic bool bUserLoginDomain(
string sDomainUser,
string sSecurityKey
)
Public Function bUserLoginDomain (
sDomainUser As String,
sSecurityKey As String
) As Boolean
Parameters
- sDomainUser
- Type: SystemString
User without domain (Neufert / not MARINGO\Neufert) - sSecurityKey
- Type: SystemString
Security string. You can ask MARINGO for the necessary fixed parameter. The value is not included in the documentation for security reasons.
Return Value
Type:
BooleanTrue if sucessfull
Remarks
See Also