IConnectorAuthentication Property |
Gets or sets the authentication to use with the connection. If this is set
then the other side must implement the same authentication.
Namespace: VirtualRadar.Interface.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax IConnectorAuthentication Authentication { get; set; }
Property Authentication As IConnectorAuthentication
Get
Set
property IConnectorAuthentication^ Authentication {
IConnectorAuthentication^ get ();
void set (IConnectorAuthentication^ value);
}
abstract Authentication : IConnectorAuthentication with get, set
Property Value
Type:
IConnectorAuthenticationSee Also