|
RadiusPacketCreateResponseAuthenticator Method
|
Generates an "Authenticator" value used in a RADIUS response packet sent by the server to client.
Namespace: GSF.Communication.RadiusAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.207-beta
Syntax GSF.Communication.Radius.RadiusPacket.CreateResponseAuthenticator = function(sharedSecret, requestPacket, responsePacket);
View SourceParameters
- sharedSecret String
- The shared secret key.
- requestPacket RadiusPacket
- RADIUS packet sent from client to server.
- responsePacket RadiusPacket
- RADIUS packet sent from server to client.
Return Value
ByteA byte array.
See Also