You've already forked linux-packaging-mono
Imported Upstream version 4.0.0~alpha1
Former-commit-id: 806294f5ded97629b74c85c09952f2a74fe182d9
This commit is contained in:
21
external/referencesource/System.Web/Security/GenericAuthenticationEventHandler.cs
vendored
Normal file
21
external/referencesource/System.Web/Security/GenericAuthenticationEventHandler.cs
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <copyright file="GenericAuthenticationEventHandler.cs" company="Microsoft">
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
/*
|
||||
* DefaultAuthenticationEventHandler class
|
||||
*
|
||||
* Copyright (c) 1999 Microsoft Corporation
|
||||
*/
|
||||
namespace System.Web.Security {
|
||||
using System.Security.Principal;
|
||||
|
||||
|
||||
/// <devdoc>
|
||||
/// This delegate defines the signature of the
|
||||
/// event handler for the PassportAuthentication_OnAuthenticate event.
|
||||
/// </devdoc>
|
||||
public delegate void DefaultAuthenticationEventHandler(Object sender, DefaultAuthenticationEventArgs e);
|
||||
}
|
Reference in New Issue
Block a user