C# Class Thinktecture.IdentityModel.Utility.CertificateReferenceCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Afficher le fichier Open project: IdentityModel/Thinktecture.IdentityModel.v1

Méthodes publiques

Méthode Description
this ( int index ) : CertificateReferenceElement

Gets or sets the Thinktecture.IdentityModel.Utility.CertificateReferenceElement at the specified index.

this ( string name ) : CertificateReferenceElement

Gets the Thinktecture.IdentityModel.Utility.CertificateReferenceElement with the specified name.

Méthodes protégées

Méthode Description
CreateNewElement ( ) : ConfigurationElement

When overridden in a derived class, creates a new T:System.Configuration.ConfigurationElement.

GetElementKey ( ConfigurationElement element ) : object

Gets the element key for a specified configuration element when overridden in a derived class.

Method Details

CreateNewElement() protected méthode

When overridden in a derived class, creates a new T:System.Configuration.ConfigurationElement.
protected CreateNewElement ( ) : ConfigurationElement
Résultat System.Configuration.ConfigurationElement

GetElementKey() protected méthode

Gets the element key for a specified configuration element when overridden in a derived class.
protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement The to return the key for.
Résultat object

this() public méthode

Gets or sets the Thinktecture.IdentityModel.Utility.CertificateReferenceElement at the specified index.
public this ( int index ) : CertificateReferenceElement
index int
Résultat CertificateReferenceElement

this() public méthode

Gets the Thinktecture.IdentityModel.Utility.CertificateReferenceElement with the specified name.
public this ( string name ) : CertificateReferenceElement
name string
Résultat CertificateReferenceElement