Click or drag to resize

RadiusClientSharedSecret Property

Gets or sets the shared secret used between the client and server for encryption and authentication.

Namespace: GSF.Communication.Radius
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public string SharedSecret { get; set; }
View Source

Property Value

String

Return Value

String
Shared secret used between the client and server for encryption and authentication.
See Also