mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-31 07:51:36 +00:00 
			
		
		
		
	.Net 6 Upgrade
This commit is contained in:
		| @@ -2,13 +2,12 @@ | ||||
| using System.Collections.Generic; | ||||
| using System.Text; | ||||
|  | ||||
| namespace Esiur.Security.Authority | ||||
| namespace Esiur.Security.Authority; | ||||
|  | ||||
| public enum AuthenticationMethod : byte | ||||
| { | ||||
|     public enum AuthenticationMethod : byte | ||||
|     { | ||||
|         None, | ||||
|         Certificate, | ||||
|         Credentials, | ||||
|         Token | ||||
|     } | ||||
|     None, | ||||
|     Certificate, | ||||
|     Credentials, | ||||
|     Token | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user