9 lines
144 B
C#
9 lines
144 B
C#
public static class EncryptionDataParameters
|
|
{
|
|
public const byte Mode = 0;
|
|
|
|
public const byte Secret1 = 1;
|
|
|
|
public const byte Secret2 = 2;
|
|
}
|