C# 클래스 Thinktecture.IdentityModel.Utility.CertificateReferenceCollection

상속: System.Configuration.ConfigurationElementCollection
파일 보기 프로젝트 열기: IdentityModel/Thinktecture.IdentityModel.v1

공개 메소드들

메소드 설명
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