Click or drag to resize
RebroadcastSettingsPassphrase Property
Gets or sets the passphrase that the connecting side has to send before the connection is accepted.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string Passphrase { get; set; }

Property Value

Type: String
Remarks
If this is null or empty then no passphrase is required.
See Also