mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-31 07:51:36 +00:00 
			
		
		
		
	UUID
This commit is contained in:
		| @@ -27,7 +27,7 @@ namespace Esiur.Security.Membership | ||||
|         public AuthorizationRequest(Map<IIPAuthPacketIAuthHeader, object> headers) | ||||
|         { | ||||
|             Reference = (uint)headers[IIPAuthPacketIAuthHeader.Reference]; | ||||
|             Destination = (IIPAuthPacketIAuthDestination)headers[IIPAuthPacketIAuthHeader.Destination]; | ||||
|             Destination =(IIPAuthPacketIAuthDestination)headers[IIPAuthPacketIAuthHeader.Destination]; | ||||
|             Clue = (string)headers[IIPAuthPacketIAuthHeader.Clue]; | ||||
|  | ||||
|             if (headers.ContainsKey(IIPAuthPacketIAuthHeader.RequiredFormat)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user