Method | Description | |
---|---|---|
Add ( |
||
AuthenticationModuleElementCollection ( ) : System | ||
Clear ( ) : void | ||
IndexOf ( |
||
Remove ( |
||
Remove ( string name ) : void | ||
RemoveAt ( int index ) : void | ||
this ( int index ) : |
||
this ( string name ) : |
Method | Description | |
---|---|---|
CreateNewElement ( ) : ConfigurationElement | ||
GetElementKey ( ConfigurationElement element ) : Object |
public Add ( |
||
element | ||
return | void |
public AuthenticationModuleElementCollection ( ) : System | ||
return | System |
protected CreateNewElement ( ) : ConfigurationElement | ||
return | ConfigurationElement |
protected GetElementKey ( ConfigurationElement element ) : Object | ||
element | ConfigurationElement | |
return | Object |
public IndexOf ( |
||
element | ||
return | int |
public Remove ( |
||
element | ||
return | void |
public this ( int index ) : |
||
index | int | |
return |
public this ( string name ) : |
||
name | string | |
return |