C# 클래스 Candor.Security.SecurityContextProvider

The base contract that must be fullfilled by any SecurityContext provider.
상속: System.Configuration.Provider.ProviderBase
파일 보기 프로젝트 열기: michael-lang/candor-common

공개 메소드들

메소드 설명
Initialize ( string name, NameValueCollection configValue ) : void

Initializes the provider with the specified values.

SecurityContextProvider ( ) : System.Collections.Specialized

Creates a new instance.

SecurityContextProvider ( string name ) : System.Collections.Specialized

Creates a new instance with a specific name.

비공개 메소드들

메소드 설명
InitializeInternal ( string name, NameValueCollection configValue ) : void

메소드 상세

Initialize() 공개 메소드

Initializes the provider with the specified values.
public Initialize ( string name, NameValueCollection configValue ) : void
name string The name of the provider.
configValue System.Collections.Specialized.NameValueCollection Provider specific attributes.
리턴 void

SecurityContextProvider() 공개 메소드

Creates a new instance.
public SecurityContextProvider ( ) : System.Collections.Specialized
리턴 System.Collections.Specialized

SecurityContextProvider() 공개 메소드

Creates a new instance with a specific name.
public SecurityContextProvider ( string name ) : System.Collections.Specialized
name string
리턴 System.Collections.Specialized