mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-27 13:33:13 +00:00
iAuth
This commit is contained in:
@ -82,7 +82,7 @@ namespace Esiur.Security.Membership
|
||||
Destination = IIPAuthPacketIAuthDestination.Self,
|
||||
Reference = (uint)r.Next(),
|
||||
RequiredFormat = format,
|
||||
Timeout = 30,
|
||||
Expire = DateTime.Now.AddSeconds(60),
|
||||
Response = q.Hashed ? AuthorizationResultsResponse.IAuthHashed : AuthorizationResultsResponse.IAuthPlain
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user