IPassphraseAuthenticationPassphrase Property |
Gets or sets the passphrase that the class will accept.
Namespace: VirtualRadar.Interface.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string Passphrase { get; set; }
Property Passphrase As String
Get
Set
property String^ Passphrase {
String^ get ();
void set (String^ value);
}
abstract Passphrase : string with get, set
Property Value
Type:
StringSee Also