| 
            
              RadiusPacketCreateRequestAuthenticator Method
             | 
          
        
        
            Generates an "Authenticator" value used in a RADIUS request packet sent by the client to server.
            
        
        Namespace: GSF.Communication.RadiusAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.257-beta
Syntaxpublic static byte[] CreateRequestAuthenticator(
	string sharedSecret
)
Public Shared Function CreateRequestAuthenticator ( 
	sharedSecret As String
) As Byte()
static member CreateRequestAuthenticator : 
        sharedSecret : string -> byte[] GSF.Communication.Radius.RadiusPacket.CreateRequestAuthenticator = function(sharedSecret);
 View SourceParameters
- sharedSecret  String
 - The shared secret to be used in generating the output.
 
Return Value
ByteA byte array.
See Also