conpal LAN Crypt Admin API .Net
|
▼NConpal | |
▼NLanCrypt | |
▼NAdmin | |
▼NApi | |
▼NExceptions | |
CCertificateException | Failed to find a certificate or failed to assign a certificate. |
CCreateGroupFailedException | Failed to add a group to the database. |
CCreateTablesFailedException | The System failed to create the DB Tables. |
CCreateUserException | Failed to add a user to the database. |
CCryptException | A cryptographic operation failed. |
CDbErrorException | General Failure. This indicates an error in the provided data as well as an internal error. |
CDbLogonException | Log on to the LAN Crypt Database failed. |
CDeleteProfileFailedException | Failed to delete a profile. |
CDropTablesFailedException | The System failed to drop the DB Tables. |
CFileIoException | An error related to file system access occurred. |
CGeneralErrorException | General failure. |
CGrantRightsGroupFailedException | Could not grant rights on a group to a security officer. |
CGrantRightsSecurityOfficerFailedException | Could not grant rights on another SO to a SO. |
CGroupNotDistinctException | There is more than one group in the database, which matches the provided search criteria. |
CGroupNotFoundException | The group was not found in the database. |
CInsertGroupFailedException | Failed to add a group to another group. |
CInsertSecurityOfficerFailedException | Failed to add a SO to the Database. |
CInsertUserFailedException | Exception for signaling that inserting a user failed. |
CInsufficientRightsException | The current SO does not have all rights required for this operation. |
CInvalidDbOwnerException | No database owner specified for LogonToDatabase and not default owner configured. |
CInvalidFlagsException | The strFlags Parameter passed to WriteRule is invalid. |
CInvalidMacException | A database inconsistency (MAC error) was found. |
CInvalidSqlDialectException | The SQL Dialect parameter passed to Initialise(...) is unknown. |
CKeyAlreadyExistException | There is already a key with this name in the database. |
CKeyDisabledException | The specified key is disabled and cannot be used to create or change a rule. |
CKeyNotDistinctException | There is more than one key in the database, which matches the provided search criteria. |
CLanCryptException | Base class for all Lan Crypt exceptions. |
CLoggingErrorException | The function itself succeeded, but the subsequent logging failed. |
CNoException | This is not a real used exception. It is only used as internal helper. |
CNoSecurityOfficerException | A function that requires a logged on security officer was called before a successful call to LogonSO. |
CNotInitializedException | The Scripting API was not initialized using Initialize(...) or the initialization failed. |
CNotSupportedException | The operation is not supported. |
CObjectAlreadyExistException | There is already an object with given identifier in the database. |
CObjectNotFoundException | A required or specified object was not found. |
CRemoveGroupFailedException | Failed to delete a group from the database. |
CRemoveUserFailedException | Failed to delete a user from the database. |
CRuleNotFoundException | The desired rule could not be found in the Database. |
CSecurityOfficerAuthenticationFailedException | An error occurred during the SO LCAPIERR_SO_AUTHENTICATION authentication. |
CSecurityOfficerLogonFailedException | Logon of SO failed for some unknown reason. |
CSecurityOfficerNotDistinctException | A security officer with this name already exists. |
CSecurityOfficerNotFoundException | No security offices with this name exists. |
CUpdateDatabaseException | The update script for the LAN Crypt database failed. |
CUserNotDistinctException | There is more than one user in the database, which matches the provided search criteria. |
CUserNotFoundException | The user was not found in the database. |
CActiveSecurityOfficer | Interface for a security officer. |
CCertificates | Access to certificates in the LAN Crypt DB. |
CDatabase | Interface for the LAN Crypt database functions. |
CGroup | Functions for handling group objects. |
CGroupCreateData | Structure for creating a group. |
CGroups | Collection of T:Conpal.LanCrypt.Admin.Api.Groups. |
CKey | Interface for key. |
CKeyCreateData | Structure for creating a key. |
CKeys | Functions for handling keys. |
CLanCryptApi | Global access point for the LAN Crypt API. |
CLogging | Error logging functions. |
CLoggingFilter | Search filter for logging functions. |
CLogSettings | Search filter for logging functions. |
CMultiPolicy | Manage MultiPolicy. |
CMultiPolicyOrganization | Interface for MultiPolicyOrganization. |
CMultiPolicyOrganizations | Functions for handling MultiPolicy organizations. |
CMultiPolicyProfile | Interface for MultiPolicyProfile. |
CMultiPolicyProfiles | Functions for handling MultiPolicy profiles. |
CMultiPolicySecurityOfficer | Interface for MultiPolicySecurityOfficer. |
CMultiPolicySecurityOfficerCertificate | Interface for MultiPolicy Security Officer Certificate. |
CMultiPolicySecurityOfficerCertificates | Functions for handling MultiPolicy security officer certificates. |
CMultiPolicySecurityOfficers | Functions for handling MultiPolicy security officers. |
CMultiPolicyUser | Interface for MultiPolicyUser. |
CMultiPolicyUsers | Functions for handling MultiPolicy users. |
CPermission | Interface for handling security officer permissions. |
CProfiles | Interface for the LAN Crypt profiles functions. |
CProfilesCreateData | Settings for creating LAN Crypt profiles |
CRegion | Region class. |
CRule | Interface for rule. |
CSecurityOfficer | Interface for a security officer. |
CSecurityOfficers | A collection of security officers. |
CTag | Interface for Tag. |
CTagManager | Manage Tags. |
CUser | Functions for handling user objects. |
CUserCreateData | Structure for creating an user. |
CUsers | Functions for handling user objects. |
▼NExamples | |
▼NAdmin | |
▼NApi | |
CStartFirstHere | An example program to show enumeration and creation of LAN crypt entities. Caution: this program creates objects in the database! |