Class JsonSecurityManagerConfiguration
Inheritance
System.Object
JsonSecurityManagerConfiguration
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Web.Security
Assembly: ImageVault.Web.dll
Syntax
public class JsonSecurityManagerConfiguration : ISecurityManagerConfiguration
Constructors
JsonSecurityManagerConfiguration(String)
Declaration
public JsonSecurityManagerConfiguration(string json)
Parameters
Type | Name | Description |
---|---|---|
System.String | json |
Properties
Item[String]
Declaration
public string this[string key] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.String | key |
Property Value
Type | Description |
---|---|
System.String |
Methods
GetConfiguration<T>()
Declaration
public T GetConfiguration<T>()
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |