| 
            
              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.257-beta
SyntaxGSF.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