The VGSecurityManager type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberAllowAutomaticInterception
Gets or sets a boolean value indicating whether Visual Guard can use its automatic interception mechanism to intercept the instantication of Forms and automatically set the security to this instance.
Public propertyStatic memberApplicationName
gets the name of the application managed by Visual Guard
Public propertyStatic memberApplicationType
gets the type of the application managed by Visual Guard
Public propertyStatic memberAuthenticationState
Gets a VGAuthenticationState object representing the last authentication state.
Public propertyStatic memberAuthorizationState
Gets a VGAuthorizationState object representing the last authorization state.
Public propertyStatic memberConfigurationFile
Gets or sets the path of the Visual Guard configuration file.
Public propertyStatic memberDefaultConfigurationFilename
Gets the default name of the file used as Visual Guard configuration file
Public propertyStatic memberEnablePasswordReset
Gets a value indicating whether the current membership provider is configured to allow users to reset their passwords.
Public propertyStatic memberGenerateDebugInformation
Gets or sets a VGDebugOptions value indicating whether debug information should be included or not.
Public propertyStatic memberIncludeWindowsGroups
Gets or sets a Boolean value that indicates whether role granted to Windows Groups are included to the list of role of a user.
Public propertyStatic memberLogEnabled
Gets a value indicating whether the log is enabled for the current repository.
Public propertyStatic memberMaxInvalidPasswordAttempts
Gets the number of invalid password or password-answer attempts allowed before the membership user is locked out.
Public propertyStatic memberMinRequiredNonAlphanumericCharacters
Gets the minimum number of special characters that must be present in a valid password.
Public propertyStatic memberMinRequiredPasswordLength
Gets the minimum length required for a password.
Public propertyStatic memberPasswordAttemptWindow
Gets the number of minutes in which a maximum number of invalid password or password-answer attempts are allowed before the membership user is locked out.
Public propertyStatic memberPasswordPolicyMessage
Gets the message displayed to the user if the password does not match the validation rules.
Public propertyStatic memberPasswordStrengthRegularExpression
Gets the regular expression used to evaluate a password.
Public propertyStatic memberPrincipal
Gets the VGIPrincipal representing the security context of current user on whose behalf the application is running. this property is null (Nothing) before calling the or methods or when the last authorization or authentication process has failed.
Public propertyStatic memberReplaceCurrentPrincipal
Gets or sets a value indicating if the principal of the current thread (CurrentPrincipal) must be replaced by the Visual Guard principal after an authentication.
Public propertyStatic memberRequiresQuestionAndAnswer
Gets a value indicating whether the default membership provider requires the user to answer a password question for password reset and retrieval.
Public propertyStatic memberRequiresUniqueEmail
Gets a value indicating whether the repository is configured to require a unique e-mail address for each user name.
Public propertyStatic memberRuntime
Gets the current VGSecurityRuntime instance used by the security manager
Public propertyStatic memberSecurityEnabled
Gets or sets a value indicating if the Visual Guard security is enabled.
Public propertyStatic memberSyncRoot
Gets an object that can be used to synchronize access to the VGSecurityManager.
Public propertyStatic memberTraceLevel
Gets or sets the level of the Visual Guard trace.
Public propertyStatic memberTraceListener
Gets or sets the TraceListener object used to trace Visual Guard messages.
Public propertyStatic memberUpdateCredentialStatistics
Gets or sets a boolean value indicating if the statistics of credential must be updated or not.

See Also