|   | ISecurity | 
The ISecurityProvider type exposes the following members.
 Properties
Properties
        | Name | Description | |
|---|---|---|
|   | ApplicationName | Gets or sets the name of the application being secured as defined in the backend security data store. | 
|   | AuthenticationFailureReason | Gets an authentication failure reason, if set by the provider when authentication fails. | 
|   | CanChangePassword | Gets a boolean value that indicates whether ChangePassword(String, String) operation is supported. | 
|   | CanRefreshData | Gets a boolean value that indicates whether RefreshData operation is supported. | 
|   | CanResetPassword | Gets a boolean value that indicates whether ResetPassword(String) operation is supported. | 
|   | ConnectionString | Gets or sets the connection string to be used for connection to the backend security data store. | 
|   | IsRedirectRequested | Gets the flag that indicates whether the user needs to be redirected after the Authentication attempt. Could be used for asking Users to confirm Messages etc. | 
|   | IsUserAuthenticated | Gets the flag that indicates whether the user was authenticated during the last authentication attempt. | 
|   | LogEvent | Gets or sets the LogEventFunctionSignature to use for logging security events for the SecurityProviderBase implementation. | 
|   | PassthroughPrincipal | Gets or sets the principal used for passthrough authentication. | 
|   | Password | Gets or sets SecurePassword as clear text password. | 
|   | PersistSettings | Determines whether the object settings are to be persisted to the config file. (Inherited from IPersistSettings) | 
|   | RequestedRedirect | Gets the URI that user will be redirected to if IsRedirectRequested is set. | 
|   | SecurePassword | Gets or sets the password as a SecureString. | 
|   | SettingsCategory | Gets or sets the category name under which the object settings are persisted in the config file. (Inherited from IPersistSettings) | 
|   | UserData | Gets the UserData object containing information about the user. | 
 See Also
See Also