Click or drag to resize
ReceiverPassphrase Property
Gets or sets the passphrase that the other side is expecting us to send in order to authenticate.

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 sent.
See Also