mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-31 07:51:36 +00:00 
			
		
		
		
	Add project files.
This commit is contained in:
		
							
								
								
									
										23
									
								
								Esiur/Security/Authority/Session.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								Esiur/Security/Authority/Session.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,23 @@ | ||||
| using Esiur.Data; | ||||
| using Esiur.Engine; | ||||
| using Esiur.Net; | ||||
| using Esiur.Resource; | ||||
| using System; | ||||
| using System.Collections.Generic; | ||||
| using System.Linq; | ||||
| using System.Text; | ||||
| using System.Threading.Tasks; | ||||
|  | ||||
| namespace Esiur.Security.Authority | ||||
| { | ||||
|     public class Session | ||||
|     { | ||||
|         Authentication Authentication { get; } | ||||
|         Source Source { get; } | ||||
|         string Id { get; } | ||||
|         DateTime Creation { get; } | ||||
|         DateTime Modification { get; } | ||||
|         //KeyList<string, object> Variables { get; } | ||||
|         //IStore Store { get; } | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user