|
RadiusClientSharedSecret Property
|
Gets or sets the shared secret used between the client and server for encryption and authentication.
Namespace: GSF.Communication.RadiusAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.207-beta
Syntax public string SharedSecret { get; set; }
Public Property SharedSecret As String
Get
Set
member SharedSecret : string with get, set
function get_SharedSecret();
function set_SharedSecret(value);
View SourceProperty Value
StringReturn Value
StringShared secret used between the client and server for encryption and authentication.
See Also