C# Class Sholo.Web.Security.Configuration.UserAuthenticationTicketProviderCollection

Inheritance: System.Configuration.Provider.ProviderCollection
Mostrar archivo Open project: scottt732/SholoWebSecurity Class Usage Examples

Public Methods

Method Description
Add ( ProviderBase provider ) : void
this ( string name ) : UserAuthenticationTicketProviderBase

Method Details

Add() public method

public Add ( ProviderBase provider ) : void
provider System.Configuration.Provider.ProviderBase
return void

this() public method

public this ( string name ) : UserAuthenticationTicketProviderBase
name string
return Sholo.Web.Security.Authentication.User.Provider.UserAuthenticationTicketProviderBase