File tree Expand file tree Collapse file tree 4 files changed +13
-2
lines changed
Cryptolens.Licensing/Models Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -201,3 +201,4 @@ FakesAssemblies/
201
201
* .ide-shm
202
202
* .ide-wal
203
203
/.vs /SKM /v16 /TestStore /0
204
+ cryptolens.snk
Original file line number Diff line number Diff line change @@ -527,6 +527,16 @@ public class CreateTrialKeyModel : RequestModel
527
527
/// </summary>
528
528
public string MachineCode { get ; set ; }
529
529
530
+ /// <summary>
531
+ /// Allows you to specify a friendy name for the activated device, for example the
532
+ /// employee's email. Friendly name does not impact the number of active machine codes / seats,
533
+ /// but it offers an easy way of linking a machine/seat with a user. For added security,
534
+ /// you can HMAC hash this value.
535
+ /// </summary>
536
+ public string FriendlyName { get ; set ; }
537
+
538
+
539
+
530
540
}
531
541
public class CreateKeyModel : RequestModel
532
542
{
Original file line number Diff line number Diff line change 8
8
<AppDesignerFolder >Properties</AppDesignerFolder >
9
9
<RootNamespace >SKM_Test</RootNamespace >
10
10
<AssemblyName >SKM Test</AssemblyName >
11
- <TargetFrameworkVersion >v4.7.1 </TargetFrameworkVersion >
11
+ <TargetFrameworkVersion >v4.8 </TargetFrameworkVersion >
12
12
<FileAlignment >512</FileAlignment >
13
13
<ProjectTypeGuids >{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
14
14
<VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
Original file line number Diff line number Diff line change 8
8
</dependentAssembly >
9
9
</assemblyBinding >
10
10
</runtime >
11
- <startup ><supportedRuntime version =" v4.0" sku =" .NETFramework,Version=v4.7.1 " /></startup ></configuration >
11
+ <startup ><supportedRuntime version =" v4.0" sku =" .NETFramework,Version=v4.8 " /></startup ></configuration >
You can’t perform that action at this time.
0 commit comments