BTool.DeviceTabsForm.GetAuthenticationEnabled C# (CSharp) Method

GetAuthenticationEnabled() private method

private GetAuthenticationEnabled ( ) : bool
return bool
        private bool GetAuthenticationEnabled()
        {
            return rbAuthBondTrue.Checked;
        }
DeviceTabsForm