1 instantiation of TrustLevel
System.Web (1)
Configuration\TrustLevelCollection.cs (1)
56
return new
TrustLevel
();
11 references to TrustLevel
System.Web (11)
Configuration\TrustLevelCollection.cs (11)
18
[ConfigurationCollection(typeof(
TrustLevel
), AddItemName = "trustLevel",
36
public
TrustLevel
this[int index] {
38
return (
TrustLevel
)BaseGet(index);
48
public new
TrustLevel
this[string key] {
50
return (
TrustLevel
)BaseGet(key);
59
return ((
TrustLevel
)element).Name;
86
public void Add(
TrustLevel
trustLevel) {
94
public
TrustLevel
Get(int index) {
95
return (
TrustLevel
)BaseGet(index);
102
public void Remove(
TrustLevel
trustLevel) {
106
public void Set(int index,
TrustLevel
trustLevel) {