SharedSecret Property
The RADIUS shared secret.
Syntax
[VB.NET] Public Property SharedSecret As String Public Property SharedSecretB As Byte()
[C#] public string SharedSecret {get; set;} public byte[] SharedSecretB {get; set;}
Remarks
This property holds the shared secret to use when communicating with the RADIUS server.
Default Value
""