conpal LAN Crypt Admin API .Net
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CConpal.LanCrypt.Admin.Api.ActiveSecurityOfficerInterface for a security officer.
 CConpal.LanCrypt.Admin.Api.CertificatesAccess to certificates in the LAN Crypt DB.
 CConpal.LanCrypt.Admin.Api.DatabaseInterface for the LAN Crypt database functions.
 CConpal.LanCrypt.Admin.Api.Exceptions.LanCryptExceptionBase class for all Lan Crypt exceptions.
 CConpal.LanCrypt.Admin.Api.Exceptions.CertificateExceptionFailed to find a certificate or failed to assign a certificate.
 CConpal.LanCrypt.Admin.Api.Exceptions.CreateGroupFailedExceptionFailed to add a group to the database.
 CConpal.LanCrypt.Admin.Api.Exceptions.CreateTablesFailedExceptionThe System failed to create the DB Tables.
 CConpal.LanCrypt.Admin.Api.Exceptions.CreateUserExceptionFailed to add a user to the database.
 CConpal.LanCrypt.Admin.Api.Exceptions.CryptExceptionA cryptographic operation failed.
 CConpal.LanCrypt.Admin.Api.Exceptions.DbErrorExceptionGeneral Failure. This indicates an error in the provided data as well as an internal error.
 CConpal.LanCrypt.Admin.Api.Exceptions.DbLogonExceptionLog on to the LAN Crypt Database failed.
 CConpal.LanCrypt.Admin.Api.Exceptions.DeleteProfileFailedExceptionFailed to delete a profile.
 CConpal.LanCrypt.Admin.Api.Exceptions.DropTablesFailedExceptionThe System failed to drop the DB Tables.
 CConpal.LanCrypt.Admin.Api.Exceptions.FileIoExceptionAn error related to file system access occurred.
 CConpal.LanCrypt.Admin.Api.Exceptions.GeneralErrorExceptionGeneral failure.
 CConpal.LanCrypt.Admin.Api.Exceptions.GrantRightsGroupFailedExceptionCould not grant rights on a group to a security officer.
 CConpal.LanCrypt.Admin.Api.Exceptions.GrantRightsSecurityOfficerFailedExceptionCould not grant rights on another SO to a SO.
 CConpal.LanCrypt.Admin.Api.Exceptions.GroupNotDistinctExceptionThere is more than one group in the database, which matches the provided search criteria.
 CConpal.LanCrypt.Admin.Api.Exceptions.GroupNotFoundExceptionThe group was not found in the database.
 CConpal.LanCrypt.Admin.Api.Exceptions.InsertGroupFailedExceptionFailed to add a group to another group.
 CConpal.LanCrypt.Admin.Api.Exceptions.InsertSecurityOfficerFailedExceptionFailed to add a SO to the Database.
 CConpal.LanCrypt.Admin.Api.Exceptions.InsertUserFailedExceptionException for signaling that inserting a user failed.
 CConpal.LanCrypt.Admin.Api.Exceptions.InsufficientRightsExceptionThe current SO does not have all rights required for this operation.
 CConpal.LanCrypt.Admin.Api.Exceptions.InvalidDbOwnerExceptionNo database owner specified for LogonToDatabase and not default owner configured.
 CConpal.LanCrypt.Admin.Api.Exceptions.InvalidFlagsExceptionThe strFlags Parameter passed to WriteRule is invalid.
 CConpal.LanCrypt.Admin.Api.Exceptions.InvalidMacExceptionA database inconsistency (MAC error) was found.
 CConpal.LanCrypt.Admin.Api.Exceptions.InvalidSqlDialectExceptionThe SQL Dialect parameter passed to Initialise(...) is unknown.
 CConpal.LanCrypt.Admin.Api.Exceptions.KeyAlreadyExistExceptionThere is already a key with this name in the database.
 CConpal.LanCrypt.Admin.Api.Exceptions.KeyDisabledExceptionThe specified key is disabled and cannot be used to create or change a rule.
 CConpal.LanCrypt.Admin.Api.Exceptions.KeyNotDistinctExceptionThere is more than one key in the database, which matches the provided search criteria.
 CConpal.LanCrypt.Admin.Api.Exceptions.LoggingErrorExceptionThe function itself succeeded, but the subsequent logging failed.
 CConpal.LanCrypt.Admin.Api.Exceptions.NoExceptionThis is not a real used exception. It is only used as internal helper.
 CConpal.LanCrypt.Admin.Api.Exceptions.NoSecurityOfficerExceptionA function that requires a logged on security officer was called before a successful call to LogonSO.
 CConpal.LanCrypt.Admin.Api.Exceptions.NotInitializedExceptionThe Scripting API was not initialized using Initialize(...) or the initialization failed.
 CConpal.LanCrypt.Admin.Api.Exceptions.NotSupportedExceptionThe operation is not supported.
 CConpal.LanCrypt.Admin.Api.Exceptions.ObjectAlreadyExistExceptionThere is already an object with given identifier in the database.
 CConpal.LanCrypt.Admin.Api.Exceptions.ObjectNotFoundExceptionA required or specified object was not found.
 CConpal.LanCrypt.Admin.Api.Exceptions.RemoveGroupFailedExceptionFailed to delete a group from the database.
 CConpal.LanCrypt.Admin.Api.Exceptions.RemoveUserFailedExceptionFailed to delete a user from the database.
 CConpal.LanCrypt.Admin.Api.Exceptions.RuleNotFoundExceptionThe desired rule could not be found in the Database.
 CConpal.LanCrypt.Admin.Api.Exceptions.SecurityOfficerAuthenticationFailedExceptionAn error occurred during the SO LCAPIERR_SO_AUTHENTICATION authentication.
 CConpal.LanCrypt.Admin.Api.Exceptions.SecurityOfficerLogonFailedExceptionLogon of SO failed for some unknown reason.
 CConpal.LanCrypt.Admin.Api.Exceptions.SecurityOfficerNotDistinctExceptionA security officer with this name already exists.
 CConpal.LanCrypt.Admin.Api.Exceptions.SecurityOfficerNotFoundExceptionNo security offices with this name exists.
 CConpal.LanCrypt.Admin.Api.Exceptions.UpdateDatabaseExceptionThe update script for the LAN Crypt database failed.
 CConpal.LanCrypt.Admin.Api.Exceptions.UserNotDistinctExceptionThere is more than one user in the database, which matches the provided search criteria.
 CConpal.LanCrypt.Admin.Api.Exceptions.UserNotFoundExceptionThe user was not found in the database.
 CConpal.LanCrypt.Admin.Api.GroupFunctions for handling group objects.
 CConpal.LanCrypt.Admin.Api.GroupCreateDataStructure for creating a group.
 CConpal.LanCrypt.Admin.Api.GroupsCollection of T:Conpal.LanCrypt.Admin.Api.Groups.
 CConpal.LanCrypt.Admin.Api.KeyInterface for key.
 CConpal.LanCrypt.Admin.Api.KeyCreateDataStructure for creating a key.
 CConpal.LanCrypt.Admin.Api.KeysFunctions for handling keys.
 CConpal.LanCrypt.Admin.Api.LanCryptApiGlobal access point for the LAN Crypt API.
 CConpal.LanCrypt.Admin.Api.LoggingError logging functions.
 CConpal.LanCrypt.Admin.Api.LoggingFilterSearch filter for logging functions.
 CConpal.LanCrypt.Admin.Api.LogSettingsSearch filter for logging functions.
 CConpal.LanCrypt.Admin.Api.MultiPolicyManage MultiPolicy.
 CConpal.LanCrypt.Admin.Api.MultiPolicyOrganizationInterface for MultiPolicyOrganization.
 CConpal.LanCrypt.Admin.Api.MultiPolicyOrganizationsFunctions for handling MultiPolicy organizations.
 CConpal.LanCrypt.Admin.Api.MultiPolicyProfileInterface for MultiPolicyProfile.
 CConpal.LanCrypt.Admin.Api.MultiPolicyProfilesFunctions for handling MultiPolicy profiles.
 CConpal.LanCrypt.Admin.Api.MultiPolicySecurityOfficerInterface for MultiPolicySecurityOfficer.
 CConpal.LanCrypt.Admin.Api.MultiPolicySecurityOfficerCertificateInterface for MultiPolicy Security Officer Certificate.
 CConpal.LanCrypt.Admin.Api.MultiPolicySecurityOfficerCertificatesFunctions for handling MultiPolicy security officer certificates.
 CConpal.LanCrypt.Admin.Api.MultiPolicySecurityOfficersFunctions for handling MultiPolicy security officers.
 CConpal.LanCrypt.Admin.Api.MultiPolicyUserInterface for MultiPolicyUser.
 CConpal.LanCrypt.Admin.Api.MultiPolicyUsersFunctions for handling MultiPolicy users.
 CConpal.LanCrypt.Admin.Api.PermissionInterface for handling security officer permissions.
 CConpal.LanCrypt.Admin.Api.ProfilesInterface for the LAN Crypt profiles functions.
 CConpal.LanCrypt.Admin.Api.ProfilesCreateDataSettings for creating LAN Crypt profiles
 CConpal.LanCrypt.Admin.Api.RegionRegion class.
 CConpal.LanCrypt.Admin.Api.RuleInterface for rule.
 CConpal.LanCrypt.Admin.Api.SecurityOfficerInterface for a security officer.
 CConpal.LanCrypt.Admin.Api.SecurityOfficersA collection of security officers.
 CConpal.LanCrypt.Admin.Api.TagInterface for Tag.
 CConpal.LanCrypt.Admin.Api.TagManagerManage Tags.
 CConpal.LanCrypt.Admin.Api.UserFunctions for handling user objects.
 CConpal.LanCrypt.Admin.Api.UserCreateDataStructure for creating an user.
 CConpal.LanCrypt.Admin.Api.UsersFunctions for handling user objects.
 CConpal.LanCrypt.Examples.Admin.Api.StartFirstHereAn example program to show enumeration and creation of LAN crypt entities. Caution: this program creates objects in the database!