RebroadcastSettingsPassphrase Property |
Gets or sets the passphrase that the connecting side has to send before the connection is accepted.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Passphrase { get; set; }
Public Property Passphrase As String
Get
Set
public:
property String^ Passphrase {
String^ get ();
void set (String^ value);
}
member Passphrase : string with get, set
Property Value
Type:
StringRemarks
If this is null or empty then no passphrase is required.
See Also