Click or drag to resize

VGSecurityManager Methods

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)
Authenticates a federated user
Public methodAuthenticate(VGICredential)
Authenticate the user by the VGICredential
Public methodStatic memberCode exampleAuthenticate(String, String)
Authenticates a user by using the database or Visual Guard authentication mode.
Public methodStatic memberCode exampleAuthenticate(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 try to free resources and perform other cleanup operations before it 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 the default hash function.
(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 memberCode exampleLoadSecurity(WindowsIdentity)
Loads the permission of the given WindowsIdentity IIdentity.
Public methodStatic memberCode exampleLoadSecurity(String)
Loads the permissions of a user identified by the user name.
Public methodStatic memberCode exampleLoadSecurity(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.
Top
See Also