Click or drag to resize

SecurityProviderBase Properties

The SecurityProviderBase type exposes the following members.

Properties
  Name Description
Public property ApplicationName Gets or sets the name of the application being secured as defined in the backend security datastore.
Public property AuthenticationFailureReason Gets or allows derived classes to set an authentication failure reason.
Public property CanChangePassword Gets a boolean value that indicates whether ChangePassword(String, String) operation is supported.
Public property CanRefreshData Gets a boolean value that indicates whether RefreshData operation is supported.
Public property CanResetPassword Gets a boolean value that indicates whether ResetPassword(String) operation is supported.
Public property ConnectionString Gets or sets the connection string to be used for connection to the backend security datastore.
Public property IsRedirectRequested Gets the flag that indicates whether the user needs to be redirected after the Authentication attempt.
Public property IsUserAuthenticated Gets the flag that indicates whether the user was authenticated during the last authentication attempt.
Public property LogEvent Gets or sets the LogEventFunctionSignature to use for logging security events for the SecurityProviderBase implementation.
Public property PassthroughPrincipal Gets or sets the principal used for passthrough authentication.
Public property Password Gets or sets SecurePassword as clear text password.
Public property PersistSettings Gets or sets a boolean value that indicates whether security provider settings are to be saved to the config file.
Public property RequestedRedirect Gets the URI that user will be redirected to if IsRedirectRequested is set.
Public property SecurePassword Gets or sets the password as a SecureString.
Public property SettingsCategory Gets or sets the category under which security provider settings are to be saved to the config file if the PersistSettings property is set to true.
Public property UserData Gets the UserData object containing information about the user.
Top
See Also