mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-05-08 06:37:59 +08:00
16 lines
253 B
C#
16 lines
253 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Web;
|
|
|
|
namespace OpenAuth.Mvc.Models
|
|
{
|
|
|
|
/// <summary>
|
|
/// 必须认证
|
|
/// </summary>
|
|
public class AuthenticateAttribute : Attribute
|
|
{
|
|
|
|
}
|
|
} |