Click or drag to resize

RadiusPacketEncryptPassword Method

Generates an encrypted password using the RADIUS protocol specification (RFC 2285).

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

Parameters

password  String
User's password.
sharedSecret  String
Shared secret key.
requestAuthenticator  Byte
Request authenticator byte array.

Return Value

Byte
A byte array.
See Also