C# Класс Candor.Security.SecurityContextProvider

The base contract that must be fullfilled by any SecurityContext provider.
Наследование: System.Configuration.Provider.ProviderBase
Показать файл Открыть проект

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

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