mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-30 15:41:35 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			299 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			299 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using Esiur.Security.Authority;
 | |
| using System;
 | |
| using System.Collections.Generic;
 | |
| using System.Text;
 | |
| 
 | |
| namespace Esiur.Security.Membership
 | |
| {
 | |
|     public class AuthorizationIndication
 | |
|     {
 | |
|         public Session Session { get; set; }
 | |
|         public AuthorizationResults Results { get; set; }
 | |
|     }
 | |
| }
 |