Interface ISecurityManagerConfiguration
Assembly: ImageVault.Web.dll
Syntax
public interface ISecurityManagerConfiguration
Properties
Item[String]
Gets the System.String item identified by the given arguments of the SecurityManagerConnectionStringBuilder
Declaration
string this[string key] { get; set; }
Parameters
Type |
Name |
Description |
System.String |
key |
|
Property Value
Type |
Description |
System.String |
|
Methods
GetConfiguration<T>()
Gets the whole configuration as an object
Declaration
Returns
Type Parameters
Extension Methods