The IDomainCredentials interface is used to work with the credentials that are used during integration of the domain authentication (AuthenticationMode.Domain) and during the domain authentication (AuthenticationMode.DomainExplicit).
It is relevant to use the domain authentication only for MSSQL, Oracle, PostgreSQL DBMS. Set the LogonAsCurrentUser property to False to the explicit indication of domain, user and its password.
Property name | Brief description | |
Domain | The Domain property determines a name of the domain. | |
LogonAsCurrentUser | The LogonAsCurrentUser property determines whether the connection will be established from the current domain user profile. | |
LogonType | The LogonType property determines a type of connection, if the domain authentication is used. | |
Password | The Password property determines the user password that is used for connection. | |
UserName | The UserName property determines a name of the domain user from the profile of which the connection will be established. |
Property name | Brief description | |
The Authentication property returns a type of authentication that is used when connecting to the account. | ||
The ConnectAsPrivilege property determines connection to the server of databases with the specified privilege. | ||
The ErrorMessage property determines comment on the login that is known to be unsuccessful. | ||
The ForceError property determines login that is known to be unsuccessful. | ||
The Role property determines parameters of the application role. | ||
The SlotCount property returns the number of columns in the table with repository accounts. | ||
The SlotName property returns a name of the table with repository accounts column. | ||
The SlotValue property determines a value of the table with repository accounts column. | ||
The UserCertificate property determines user connections by certificate. | ||
The UserDescription property determines full user name to write it into the access protocol. | ||
The UserIP property determines IP address of the user to write it into the access protocol. | ||
The UserOS property determines user name of the operating system to write it into the access protocol. | ||
The UserStation property determines a name of the user workstation to write it into the access protocol. | ||
The UseUserOSForDocumentLabels property determines whether the name of the operating system user is represented in the document marking. |
Method name | Brief description | |
Assign | The Assign method fills in the user credentials with the credentials passed by the parameter. |
See also: