C# Class Kentor.AuthServices.Configuration.KentorAuthServicesNotifications

Set of callbacks that can be used as extension points for various events.
显示文件 Open project: KentorIT/authservices Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
KentorAuthServicesNotifications ( ) : System

Ctor, setting all callbacks to do-nothing versions.

Method Details

KentorAuthServicesNotifications() public method

Ctor, setting all callbacks to do-nothing versions.
public KentorAuthServicesNotifications ( ) : System
return System