C# Class Southworks.IdentityModel.MultiProtocolIssuer.Configuration.ClaimProviderCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Afficher le fichier Open project: southworks/protocol-bridge-claims-provider

Méthodes publiques

Méthode Description
this ( int index ) : ClaimProviderElement
this ( string key ) : ClaimProviderElement

Méthodes protégées

Méthode Description
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object

Method Details

CreateNewElement() protected méthode

protected CreateNewElement ( ) : ConfigurationElement
Résultat System.Configuration.ConfigurationElement

GetElementKey() protected méthode

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
Résultat object

this() public méthode

public this ( int index ) : ClaimProviderElement
index int
Résultat ClaimProviderElement

this() public méthode

public this ( string key ) : ClaimProviderElement
key string
Résultat ClaimProviderElement