The ICredentials interface contains properties and methods used to work with credentials of the platform users.
| Property name | Brief description | |
| The Authentication property returns the authentication type that is used on connection with the current credentials. | ||
| The ConnectAsPrivilege property determines a database server connection with the specified privilege. | ||
| The ErrorMessage property determines a comment on the login that is known to fail. | ||
| The ForceError property determines a login that is known to fail. | ||
| The Role property determines application role parameters. | ||
| The SlotCount property returns the number of columns in the table with repository credentials. | ||
| The SlotName property returns the name of the table with repository credentials column. | ||
| The SlotValue property determines a value of the table with repository credentials column. | ||
| The UserCertificate property determines user connections by certificate. | ||
| The UserDescription property determines a full user name to write it into the access protocol. | ||
| The UserIP property determines an IP address of the user to write it into the access protocol. | ||
| The UserOS property determines a user name of the operating system to write it into the access protocol. | ||
| The UserStation property determines a user workstation name to write it into the access protocol. | ||
| The UseUserOSForDocumentLabels property determines whether the name of the operating system user is displayed 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: