10 lines
188 B
C#
10 lines
188 B
C#
|
using System;
|
|||
|
|
|||
|
namespace Obfuz
|
|||
|
{
|
|||
|
[AttributeUsage(AttributeTargets.Field, Inherited = false, AllowMultiple = false)]
|
|||
|
public class EncryptFieldAttribute : Attribute
|
|||
|
{
|
|||
|
}
|
|||
|
}
|