C# Class Kentor.AuthServices.Configuration.SPOptions

Options for the service provider's behaviour; i.e. everything except the idp and federation list.
Inheritance: ISPOptions
Show file Open project: KentorIT/authservices Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
SPOptions ( ) : System

Ctor

SPOptions ( Kentor.AuthServices.Configuration.KentorAuthServicesSection configSection ) : System

Construct the options from the given configuration section

Method Details

SPOptions() public method

Ctor
public SPOptions ( ) : System
return System

SPOptions() public method

Construct the options from the given configuration section
public SPOptions ( Kentor.AuthServices.Configuration.KentorAuthServicesSection configSection ) : System
configSection Kentor.AuthServices.Configuration.KentorAuthServicesSection
return System