The ISecurityPackage interface contains properties and methods of security module.
Property name | Brief description | |
CertProvider | The CertProvider property returns certificate provider. | |
Id | The Id property returns an identifier of the security module. | |
Name | The Name property returns a name of the security module. |
Method name | Brief description | |
CopyCredentials | The CopyCredentials method copies account from the object that is represented as an input parameter. | |
CreateCredentials | The CreateCredentials method creates account of the repository with the specified type of authentication. | |
CreateLogonData | The CreateLogonData method returns an object that contains properties of the security module parameters. | |
GetAdminCredentials | The GetAdminCredentials method creates an account of the administrator in accordance with parameters of the specified connection. | |
IsCompatibleDriver | The IsCompatibleDriver method returns whether current security module supports the specified database driver. | |
PerformLogon | The PerformLogon method returns an object that contains new connection with the database server. | |
PerformLogonRoleO | The PerformLogonRoleO method returns an object that contains new connection with the database server with check of the application role. | |
SupportsAuthentication | The SupportsAuthentication method indicates whether the current security module supports the specified kind of authentication. |
See also: