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 whether connection via platform web service is established without creating a repository connection. | ||
| The ServiceLogonData property returns additional parameters of security module containing settings to connect to DBMS using the platform web service. |
See also: