conpal LAN Crypt Admin API .Net
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level
1
2
]
C
Conpal.LanCrypt.Admin.Api.ActiveSecurityOfficer
Interface for a security officer.
C
Conpal.LanCrypt.Admin.Api.Certificates
Access to certificates in the LAN Crypt DB.
C
Conpal.LanCrypt.Admin.Api.Database
Interface for the LAN Crypt database functions.
▼
C
Conpal.LanCrypt.Admin.Api.Exceptions.LanCryptException
Base class for all Lan Crypt exceptions.
C
Conpal.LanCrypt.Admin.Api.Exceptions.CertificateException
Failed to find a certificate or failed to assign a certificate.
C
Conpal.LanCrypt.Admin.Api.Exceptions.CreateGroupFailedException
Failed to add a group to the database.
C
Conpal.LanCrypt.Admin.Api.Exceptions.CreateTablesFailedException
The System failed to create the DB Tables.
C
Conpal.LanCrypt.Admin.Api.Exceptions.CreateUserException
Failed to add a user to the database.
C
Conpal.LanCrypt.Admin.Api.Exceptions.CryptException
A cryptographic operation failed.
C
Conpal.LanCrypt.Admin.Api.Exceptions.DbErrorException
General Failure. This indicates an error in the provided data as well as an internal error.
C
Conpal.LanCrypt.Admin.Api.Exceptions.DbLogonException
Log on to the LAN Crypt
Database
failed.
C
Conpal.LanCrypt.Admin.Api.Exceptions.DeleteProfileFailedException
Failed to delete a profile.
C
Conpal.LanCrypt.Admin.Api.Exceptions.DropTablesFailedException
The System failed to drop the DB Tables.
C
Conpal.LanCrypt.Admin.Api.Exceptions.FileIoException
An error related to file system access occurred.
C
Conpal.LanCrypt.Admin.Api.Exceptions.GeneralErrorException
General failure.
C
Conpal.LanCrypt.Admin.Api.Exceptions.GrantRightsGroupFailedException
Could not grant rights on a group to a security officer.
C
Conpal.LanCrypt.Admin.Api.Exceptions.GrantRightsSecurityOfficerFailedException
Could not grant rights on another SO to a SO.
C
Conpal.LanCrypt.Admin.Api.Exceptions.GroupNotDistinctException
There is more than one group in the database, which matches the provided search criteria.
C
Conpal.LanCrypt.Admin.Api.Exceptions.GroupNotFoundException
The group was not found in the database.
C
Conpal.LanCrypt.Admin.Api.Exceptions.InsertGroupFailedException
Failed to add a group to another group.
C
Conpal.LanCrypt.Admin.Api.Exceptions.InsertSecurityOfficerFailedException
Failed to add a SO to the
Database
.
C
Conpal.LanCrypt.Admin.Api.Exceptions.InsertUserFailedException
Exception for signaling that inserting a user failed.
C
Conpal.LanCrypt.Admin.Api.Exceptions.InsufficientRightsException
The current SO does not have all rights required for this operation.
C
Conpal.LanCrypt.Admin.Api.Exceptions.InvalidDbOwnerException
No database owner specified for LogonToDatabase and not default owner configured.
C
Conpal.LanCrypt.Admin.Api.Exceptions.InvalidFlagsException
The strFlags Parameter passed to WriteRule is invalid.
C
Conpal.LanCrypt.Admin.Api.Exceptions.InvalidMacException
A database inconsistency (MAC error) was found.
C
Conpal.LanCrypt.Admin.Api.Exceptions.InvalidSqlDialectException
The SQL Dialect parameter passed to Initialise(...) is unknown.
C
Conpal.LanCrypt.Admin.Api.Exceptions.KeyAlreadyExistException
There is already a key with this name in the database.
C
Conpal.LanCrypt.Admin.Api.Exceptions.KeyDisabledException
The specified key is disabled and cannot be used to create or change a rule.
C
Conpal.LanCrypt.Admin.Api.Exceptions.KeyNotDistinctException
There is more than one key in the database, which matches the provided search criteria.
C
Conpal.LanCrypt.Admin.Api.Exceptions.LoggingErrorException
The function itself succeeded, but the subsequent logging failed.
C
Conpal.LanCrypt.Admin.Api.Exceptions.NoException
This is not a real used exception. It is only used as internal helper.
C
Conpal.LanCrypt.Admin.Api.Exceptions.NoSecurityOfficerException
A function that requires a logged on security officer was called before a successful call to LogonSO.
C
Conpal.LanCrypt.Admin.Api.Exceptions.NotInitializedException
The Scripting API was not initialized using Initialize(...) or the initialization failed.
C
Conpal.LanCrypt.Admin.Api.Exceptions.NotSupportedException
The operation is not supported.
C
Conpal.LanCrypt.Admin.Api.Exceptions.ObjectAlreadyExistException
There is already an object with given identifier in the database.
C
Conpal.LanCrypt.Admin.Api.Exceptions.ObjectNotFoundException
A required or specified object was not found.
C
Conpal.LanCrypt.Admin.Api.Exceptions.RemoveGroupFailedException
Failed to delete a group from the database.
C
Conpal.LanCrypt.Admin.Api.Exceptions.RemoveUserFailedException
Failed to delete a user from the database.
C
Conpal.LanCrypt.Admin.Api.Exceptions.RuleNotFoundException
The desired rule could not be found in the
Database
.
C
Conpal.LanCrypt.Admin.Api.Exceptions.SecurityOfficerAuthenticationFailedException
An error occurred during the SO LCAPIERR_SO_AUTHENTICATION authentication.
C
Conpal.LanCrypt.Admin.Api.Exceptions.SecurityOfficerLogonFailedException
Logon of SO failed for some unknown reason.
C
Conpal.LanCrypt.Admin.Api.Exceptions.SecurityOfficerNotDistinctException
A security officer with this name already exists.
C
Conpal.LanCrypt.Admin.Api.Exceptions.SecurityOfficerNotFoundException
No security offices with this name exists.
C
Conpal.LanCrypt.Admin.Api.Exceptions.UpdateDatabaseException
The update script for the LAN Crypt database failed.
C
Conpal.LanCrypt.Admin.Api.Exceptions.UserNotDistinctException
There is more than one user in the database, which matches the provided search criteria.
C
Conpal.LanCrypt.Admin.Api.Exceptions.UserNotFoundException
The user was not found in the database.
C
Conpal.LanCrypt.Admin.Api.Group
Functions for handling group objects.
C
Conpal.LanCrypt.Admin.Api.GroupCreateData
Structure for creating a group.
C
Conpal.LanCrypt.Admin.Api.Groups
Collection of T:Conpal.LanCrypt.Admin.Api.Groups.
C
Conpal.LanCrypt.Admin.Api.Key
Interface for key.
C
Conpal.LanCrypt.Admin.Api.KeyCreateData
Structure for creating a key.
C
Conpal.LanCrypt.Admin.Api.Keys
Functions for handling keys.
C
Conpal.LanCrypt.Admin.Api.LanCryptApi
Global access point for the LAN Crypt API.
C
Conpal.LanCrypt.Admin.Api.Logging
Error logging functions.
C
Conpal.LanCrypt.Admin.Api.LoggingFilter
Search filter for logging functions.
C
Conpal.LanCrypt.Admin.Api.LogSettings
Search filter for logging functions.
C
Conpal.LanCrypt.Admin.Api.MultiPolicy
Manage
MultiPolicy
.
C
Conpal.LanCrypt.Admin.Api.MultiPolicyOrganization
Interface for
MultiPolicyOrganization
.
C
Conpal.LanCrypt.Admin.Api.MultiPolicyOrganizations
Functions for handling
MultiPolicy
organizations.
C
Conpal.LanCrypt.Admin.Api.MultiPolicyProfile
Interface for
MultiPolicyProfile
.
C
Conpal.LanCrypt.Admin.Api.MultiPolicyProfiles
Functions for handling
MultiPolicy
profiles.
C
Conpal.LanCrypt.Admin.Api.MultiPolicySecurityOfficer
Interface for
MultiPolicySecurityOfficer
.
C
Conpal.LanCrypt.Admin.Api.MultiPolicySecurityOfficerCertificate
Interface for
MultiPolicy
Security Officer Certificate.
C
Conpal.LanCrypt.Admin.Api.MultiPolicySecurityOfficerCertificates
Functions for handling
MultiPolicy
security officer certificates.
C
Conpal.LanCrypt.Admin.Api.MultiPolicySecurityOfficers
Functions for handling
MultiPolicy
security officers.
C
Conpal.LanCrypt.Admin.Api.MultiPolicyUser
Interface for
MultiPolicyUser
.
C
Conpal.LanCrypt.Admin.Api.MultiPolicyUsers
Functions for handling
MultiPolicy
users.
C
Conpal.LanCrypt.Admin.Api.Permission
Interface for handling security officer permissions.
C
Conpal.LanCrypt.Admin.Api.Profiles
Interface for the LAN Crypt profiles functions.
C
Conpal.LanCrypt.Admin.Api.ProfilesCreateData
Settings for creating LAN Crypt profiles
C
Conpal.LanCrypt.Admin.Api.Region
Region
class.
C
Conpal.LanCrypt.Admin.Api.Rule
Interface for rule.
C
Conpal.LanCrypt.Admin.Api.SecurityOfficer
Interface for a security officer.
C
Conpal.LanCrypt.Admin.Api.SecurityOfficers
A collection of security officers.
C
Conpal.LanCrypt.Admin.Api.Tag
Interface for
Tag
.
C
Conpal.LanCrypt.Admin.Api.TagManager
Manage Tags.
C
Conpal.LanCrypt.Admin.Api.User
Functions for handling user objects.
C
Conpal.LanCrypt.Admin.Api.UserCreateData
Structure for creating an user.
C
Conpal.LanCrypt.Admin.Api.Users
Functions for handling user objects.
C
Conpal.LanCrypt.Examples.Admin.Api.StartFirstHere
An example program to show enumeration and creation of LAN crypt entities. Caution: this program creates objects in the database!
Generated by
1.9.3