C# Класс Thinktecture.IdentityModel.Utility.CertificateReferenceCollection

Наследование: System.Configuration.ConfigurationElementCollection
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
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.

Описание методов

CreateNewElement() защищенный Метод

When overridden in a derived class, creates a new T:System.Configuration.ConfigurationElement.
protected CreateNewElement ( ) : ConfigurationElement
Результат System.Configuration.ConfigurationElement

GetElementKey() защищенный Метод

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.
Результат object

this() публичный Метод

Gets or sets the Thinktecture.IdentityModel.Utility.CertificateReferenceElement at the specified index.
public this ( int index ) : CertificateReferenceElement
index int
Результат CertificateReferenceElement

this() публичный Метод

Gets the Thinktecture.IdentityModel.Utility.CertificateReferenceElement with the specified name.
public this ( string name ) : CertificateReferenceElement
name string
Результат CertificateReferenceElement