Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The ISecurityPackageLogonDataEx interface contains additional properties of parameters of repository security module.
ISecurityPackageLogonDataEx
Any properties returning the ISecurityPackageLogonData interface can be lead to the ISecurityPackageLogonDataEx interface.
| Property name | Brief description | |
| The IsLocal property returns whether it is possible to use a parameter in shared variables. | ||
| The IsRequired property returns whether it is possible to use connection with a privilege. | ||
| The ParamCountEx property returns number of parameters of a security module along with additional parameters. | ||
| The ParamDescription property returns a description of security module parameter. | ||
| The ParamIndex property returns an index of security module parameter. | ||
| The ServiceLogon property determines connection attribute of the Prognoz Platform web-service without creation of repository connection. | ||
| The ServiceLogonData property returns additional parameters of security module containing settings to provide connection to DBMS using the Prognoz Platform web-service. |
See also: