Click or drag to resize

VGDomain Class

Represente a Active directory domain
Inheritance Hierarchy
SystemObject
  Novalys.VisualGuard.Security.MembershipVGDomain

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public sealed class VGDomain : VGIMembershipObject, 
	VGIDocumentationMembershipObject

The VGDomain type exposes the following members.

Properties
  NameDescription
Public propertyActionWhileUserChangePassword
Gets or Sets the type of action to perform while changing a password of a user.
Public propertyActionWhileUserCreation
Gets or Sets the type of action to perform while creating a user.
Public propertyActionWhileUserDeletion
Gets or Sets the type of action to perform while deleting a user.
Public propertyActionWhileUserLockUnlock
Gets or Sets the type of action to perform while locking/unlocking a user.
Public propertyActiveDirectoryServers
Active directory servers
Public propertyCitySynchronizationType
Gets or Sets the type of synchronization for City between Visual-Guard and active directory
Public propertyCompanySynchronizationType
Gets or Sets the type of synchronization for Company between Visual-Guard and active directory
Public propertyCountrySynchronizationType
Gets or Sets the type of synchronization for Country between Visual-Guard and active directory
Public propertyDepartmentSynchronizationType
Gets or Sets the type of synchronization for Department between Visual-Guard and active directory
Public propertyDescriptionSynchronizationType
Gets or Sets the type of synchronization for description between Visual-Guard and active directory
Public propertyDisplayNameSynchronizationType
Gets or Sets the type of synchronization for DisplayName between Visual-Guard and active directory
Public propertyEmailSynchronizationType
Gets or Sets the type of synchronization for email address between Visual-Guard and active directory
Public propertyFaxSynchronizationType
Gets or Sets the type of synchronization for Fax between Visual-Guard and active directory
Public propertyFirstNameSynchronizationType
Gets or Sets the type of synchronization for Firstname between Visual-Guard and active directory
Public propertyHomePhoneSynchronizationType
Gets or Sets the type of synchronization for Home Phone between Visual-Guard and active directory
Public propertyId
Id of the Domain
Public propertyLastModification
Last Modication of the domain
Public propertyLastModificationLT
Gets the modification date of the domain. (Local Time)
Public propertyLastNameSynchronizationType
Gets or Sets the type of synchronization for LastName between Visual-Guard and active directory
Public propertyManagerSynchronizationType
Gets or Sets the type of synchronization for Manager between Visual-Guard and active directory
Public propertyMiddleNameSynchronizationType
Gets or Sets the type of synchronization for MiddleName between Visual-Guard and active directory
Public propertyMobileSynchronizationType
Gets or Sets the type of synchronization for Mobile between Visual-Guard and active directory
Public propertyName
Name of the Active Directory Domain
Public propertyNameSynchronizationType
Gets or Sets the type of synchronization for Name between Visual-Guard and active directory
Public propertyPassword
Password of the user
Public propertyServers
Active directory controller domains
Public propertyTitleSynchronizationType
Gets or Sets the type of synchronization for Title between Visual-Guard and active directory
Public propertyUserName
Username to connect of this Active directory
Public propertyUserNameSynchronizationType
Gets or Sets the type of synchronization for UserName between Visual-Guard and active directory
Public propertyUseSSL
Public propertyZipPostalCodeSynchronizationType
Gets or Sets the type of synchronization for ZipPostalCode between Visual-Guard and active directory
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also