Click or drag to resize

RadiusPacketCreateRequestAuthenticator Method

Generates an "Authenticator" value used in a RADIUS request packet sent by the client to server.

Namespace: GSF.Communication.Radius
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public static byte[] CreateRequestAuthenticator(
	string sharedSecret
)
View Source

Parameters

sharedSecret  String
The shared secret to be used in generating the output.

Return Value

Byte
A byte array.
See Also