SharedSecret Property
The RADIUS shared secret.
Object Oriented Interface
public function getSharedSecret(); public function setSharedSecret($value);
Procedural Interface
ipworksauth_radius_get($res, 11 ); ipworksauth_radius_set($res, 11, $value );
Default Value
''
Remarks
This property holds the shared secret to use when communicating with the RADIUS server.
Data Type
Binary String