conpal LAN Crypt Admin API .Net
Packages
Here are the packages with brief descriptions (if available):
[detail level 123456]
 NConpal
 NLanCrypt
 NAdmin
 NApi
 NCppCli
 NExceptions
 CCertificateExceptionFailed to find a certificate or failed to assign a certificate.
 CCreateGroupFailedExceptionFailed to add a group to the database.
 CCreateTablesFailedExceptionThe System failed to create the DB Tables.
 CCreateUserExceptionFailed to add a user to the database.
 CCryptExceptionA cryptographic operation failed.
 CDbErrorExceptionGeneral Failure. This indicates an error in the provided data as well as an internal error.
 CDbLogonExceptionLog on to the LAN Crypt Database failed.
 CDeleteProfileFailedExceptionFailed to delete a profile.
 CDropTablesFailedExceptionThe System failed to drop the DB Tables.
 CFileIoExceptionAn error related to file system access occurred.
 CGeneralErrorExceptionGeneral failure.
 CGrantRightsGroupFailedExceptionCould not grant rights on a group to a security officer.
 CGrantRightsSecurityOfficerFailedExceptionCould not grant rights on another SO to a SO.
 CGroupNotDistinctExceptionThere is more than one group in the database, which matches the provided search criteria.
 CGroupNotFoundExceptionThe group was not found in the database.
 CInsertGroupFailedExceptionFailed to add a group to another group.
 CInsertSecurityOfficerFailedExceptionFailed to add a SO to the Database.
 CInsertUserFailedExceptionException for signaling that inserting a user failed.
 CInsufficientRightsExceptionThe current SO does not have all rights required for this operation.
 CInvalidDbOwnerExceptionNo database owner specified for LogonToDatabase and not default owner configured.
 CInvalidFlagsExceptionThe strFlags Parameter passed to WriteRule is invalid.
 CInvalidMacExceptionA database inconsistency (MAC error) was found.
 CInvalidSqlDialectExceptionThe SQL Dialect parameter passed to Initialise(...) is unknown.
 CKeyAlreadyExistExceptionThere is already a key with this name in the database.
 CKeyDisabledExceptionThe specified key is disabled and cannot be used to create or change a rule.
 CKeyNotDistinctExceptionThere is more than one key in the database, which matches the provided search criteria.
 CLanCryptExceptionBase class for all Lan Crypt exceptions.
 CLoggingErrorExceptionThe function itself succeeded, but the subsequent logging failed.
 CNoExceptionThis is not a real used exception. It is only used as internal helper.
 CNoSecurityOfficerExceptionA function that requires a logged on security officer was called before a successful call to LogonSO.
 CNotInitializedExceptionThe Scripting API was not initialized using Initialize(...) or the initialization failed.
 CNotSupportedExceptionThe operation is not supported.
 CObjectAlreadyExistExceptionThere is already an object with given identifier in the database.
 CObjectNotFoundExceptionA required or specified object was not found.
 CRemoveGroupFailedExceptionFailed to delete a group from the database.
 CRemoveUserFailedExceptionFailed to delete a user from the database.
 CRuleNotFoundExceptionThe desired rule could not be found in the Database.
 CSecurityOfficerAuthenticationFailedExceptionAn error occurred during the SO LCAPIERR_SO_AUTHENTICATION authentication.
 CSecurityOfficerLogonFailedExceptionLogon of SO failed for some unknown reason.
 CSecurityOfficerNotDistinctExceptionA security officer with this name already exists.
 CSecurityOfficerNotFoundExceptionNo security offices with this name exists.
 CUpdateDatabaseExceptionThe update script for the LAN Crypt database failed.
 CUserNotDistinctExceptionThere is more than one user in the database, which matches the provided search criteria.
 CUserNotFoundExceptionThe user was not found in the database.
 NTest
 CActiveSecurityOfficerInterface for a security officer.
 CCertificatesAccess to certificates in the LAN Crypt DB.
 CDatabaseInterface for the LAN Crypt database functions.
 CGroupFunctions for handling group objects.
 CGroupCreateDataStructure for creating a group.
 CGroupsCollection of T:Conpal.LanCrypt.Admin.Api.Groups.
 CKeyInterface for key.
 CKeyCreateDataStructure for creating a key.
 CKeysFunctions for handling keys.
 CLanCryptApiGlobal access point for the LAN Crypt API.
 CLoggingError logging functions.
 CLoggingFilterSearch filter for logging functions.
 CLogSettingsSearch filter for logging functions.
 CMultiPolicyManage MultiPolicy.
 CMultiPolicyOrganizationInterface for MultiPolicyOrganization.
 CMultiPolicyOrganizationsFunctions for handling MultiPolicy organizations.
 CMultiPolicyProfileInterface for MultiPolicyProfile.
 CMultiPolicyProfilesFunctions for handling MultiPolicy profiles.
 CMultiPolicySecurityOfficerInterface for MultiPolicySecurityOfficer.
 CMultiPolicySecurityOfficerCertificateInterface for MultiPolicy Security Officer Certificate.
 CMultiPolicySecurityOfficerCertificatesFunctions for handling MultiPolicy security officer certificates.
 CMultiPolicySecurityOfficersFunctions for handling MultiPolicy security officers.
 CMultiPolicyUserInterface for MultiPolicyUser.
 CMultiPolicyUsersFunctions for handling MultiPolicy users.
 CPermissionInterface for handling security officer permissions.
 CProfilesInterface for the LAN Crypt profiles functions.
 CProfilesCreateDataSettings for creating LAN Crypt profiles
 CRegionRegion class.
 CRuleInterface for rule.
 CSecurityOfficerInterface for a security officer.
 CSecurityOfficersA collection of security officers.
 CTagInterface for Tag.
 CTagManagerManage Tags.
 CUserFunctions for handling user objects.
 CUserCreateDataStructure for creating an user.
 CUsersFunctions for handling user objects.
 NExamples
 NAdmin
 NApi
 CStartFirstHereAn example program to show enumeration and creation of LAN crypt entities. Caution: this program creates objects in the database!