The VGSecurityManager type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAddRuntimeProvider
Add a runtime provider to the list of runtime provider.
Public methodAuthenticate(VGAdfsServer)
Public methodAuthenticate(VGICredential)
Authenticate the user by the VGICredential
Public methodStatic memberAuthenticate(String, String)
Authenticates a user by using the database or Visual Guard authentication mode.
Public methodStatic memberAuthenticate(String, String, VGAuthenticationMode)
Authenticates a user by using the specified authentication mode.
Public methodAuthenticate(VGAdfsServer, String, String)
Authenticates a federated user
Public methodStatic memberChangePassword
Changes the password of the user.
Public methodStatic memberChangePasswordQuestionAndAnswer
Changes the password question and answer of the user.
Public methodStatic memberCheckContext
Check if the context of Visual Guard is valid.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGeneratePassword
Generates a random password of the specified length.
Public methodStatic memberGetBytes
Encodes a specified String into a byte array
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetManagerOfRepository
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsAnonymousSessionSupported
Indicates whether an anonymous sessions are supported by the current application.
Public methodStatic memberLoadAnomymousSecurity()()()()
Loads the permissions for an anonymous session.
Public methodStatic memberLoadAnomymousSecurity(WindowsIdentity)
Loads the permission for an anonymous session associated to the specified windows identity
Public methodStatic memberLoadSecurity()()()()
Loads the permission of the CurrentPrincipal identity.
Public methodStatic memberLoadSecurity(IIdentity)
Loads the permissions of the given IIdentity object.
Public methodStatic memberLoadSecurity(WindowsIdentity)
Loads the permission of the given WindowsIdentity IIdentity.
Public methodStatic memberLoadSecurity(String)
Loads the permissions of a user identified by the user name.
Public methodStatic memberLoadSecurity(String, VGAuthenticationMode, Boolean)
Loads the permissions of a user identified by the user name by using the specified authentication mode.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberResetPassword(String) Obsolete.
Resets a user's password to a new, automatically generated password.
Public methodStatic memberResetPassword(String, Boolean) Obsolete.
Resets a user's password to a new, automatically generated password.
Public methodStatic memberResetPassword(String, String) Obsolete.
Resets a user's password to a new, automatically generated password.
Public methodStatic memberSetSecurity(Object)
Sets the security for the specified object.
Public methodStatic memberSetSecurity(Object, Type)
Sets the security corresponding to the specified type for the specified object.
Public methodStatic memberSignOut
Unloads the roles and permissions granted to the current user.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodStatic memberValidateUser
Verifies that the supplied user name and password are valid.
Public methodStatic memberWriteLog
Writes a new log entry as defined in the specified VGLogEntry object to the log stored in the default Visual Guard repository.

See Also